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

#include <dune/fem/space/combinedspace/tuplespace.hh>

Inheritance diagram for Dune::Fem::DefaultLocalRestrictProlong< TupleDiscreteFunctionSpaceImpl< CombineOp, DiscreteFunctionSpaces ... > >:
Inheritance graph

Public Types

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

Public Member Functions

 DefaultLocalRestrictProlong (const DiscreteFunctionSpacesType &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

◆ DomainFieldType

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

Constructor & Destructor Documentation

◆ DefaultLocalRestrictProlong()

template<class CombineOp , class ... DiscreteFunctionSpaces>
Dune::Fem::DefaultLocalRestrictProlong< TupleDiscreteFunctionSpaceImpl< CombineOp, DiscreteFunctionSpaces ... > >::DefaultLocalRestrictProlong ( const DiscreteFunctionSpacesType 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: