dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Member Functions | List of all members
Dune::Fem::DefaultLocalRestrictProlong< TupleDiscontinuousGalerkinSpace< DFS... > > Class Template Reference

#include <dune/fem/space/discontinuousgalerkin/tuple.hh>

Inheritance diagram for Dune::Fem::DefaultLocalRestrictProlong< TupleDiscontinuousGalerkinSpace< DFS... > >:
Inheritance graph

Public Types

typedef TupleDiscontinuousGalerkinSpace< DFS... > DiscreteFunctionSpaceType
 
typedef std::tuple_element_t< 0, std::tuple< typename DiscreteFunctionSpaces::DomainFieldType... > > DomainFieldType
 

Public Member Functions

 DefaultLocalRestrictProlong (const DiscreteFunctionSpaceType &space)
 
void setFatherChildWeight (const DomainFieldType &weight)
 
void restrictLocal (LFFather &lfFather, const LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const
 restrict data to father
 
void restrictFinalize (LFFather &lfFather) const
 
void prolongLocal (const LFFather &lfFather, LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const
 
bool needCommunication () const
 

Protected Member Functions

bool needCommunication (std::index_sequence< i... >) const
 

Member Typedef Documentation

◆ DiscreteFunctionSpaceType

template<class... DFS>
typedef TupleDiscontinuousGalerkinSpace< DFS... > Dune::Fem::DefaultLocalRestrictProlong< TupleDiscontinuousGalerkinSpace< DFS... > >::DiscreteFunctionSpaceType

◆ DomainFieldType

typedef std::tuple_element_t< 0, std::tuple< typename DiscreteFunctionSpaces::DomainFieldType... > > Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::DomainFieldType
inherited

Constructor & Destructor Documentation

◆ DefaultLocalRestrictProlong()

template<class... DFS>
Dune::Fem::DefaultLocalRestrictProlong< TupleDiscontinuousGalerkinSpace< DFS... > >::DefaultLocalRestrictProlong ( const DiscreteFunctionSpaceType space)
inline

Member Function Documentation

◆ needCommunication() [1/2]

bool Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::needCommunication ( ) const
inlineinherited

◆ needCommunication() [2/2]

bool Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::needCommunication ( std::index_sequence< i... >  ) const
inlineprotectedinherited

◆ prolongLocal()

void Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::prolongLocal ( const LFFather &  lfFather,
LFSon &  lfSon,
const LocalGeometry &  geometryInFather,
bool  initialize 
) const
inlineinherited

◆ restrictFinalize()

void Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::restrictFinalize ( LFFather &  lfFather) const
inlineinherited

◆ restrictLocal()

void Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::restrictLocal ( LFFather &  lfFather,
const LFSon &  lfSon,
const LocalGeometry &  geometryInFather,
bool  initialize 
) const
inlineinherited

restrict data to father

◆ setFatherChildWeight()

void Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::setFatherChildWeight ( const DomainFieldType weight)
inlineinherited

The documentation for this class was generated from the following file: