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

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

Inheritance diagram for Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >:
Inheritance graph

Public Types

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

Public Member Functions

 TupleLocalRestrictProlong (std::tuple< const DiscreteFunctionSpaces &... > tuple)
 
void setFatherChildWeight (const DomainFieldType &weight)
 
template<class LFFather , class LFSon , class LocalGeometry >
void restrictLocal (LFFather &lfFather, const LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const
 restrict data to father
 
template<class LFFather >
void restrictFinalize (LFFather &lfFather) const
 
template<class LFFather , class LFSon , class LocalGeometry >
void prolongLocal (const LFFather &lfFather, LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const
 
bool needCommunication () const
 

Protected Member Functions

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

Member Typedef Documentation

◆ DomainFieldType

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

Constructor & Destructor Documentation

◆ TupleLocalRestrictProlong()

template<class ... DiscreteFunctionSpaces>
Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::TupleLocalRestrictProlong ( std::tuple< const DiscreteFunctionSpaces &... >  tuple)
inline

Member Function Documentation

◆ needCommunication() [1/2]

template<class ... DiscreteFunctionSpaces>
bool Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::needCommunication ( ) const
inline

◆ needCommunication() [2/2]

template<class ... DiscreteFunctionSpaces>
template<std::size_t ... i>
bool Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::needCommunication ( std::index_sequence< i... >  ) const
inlineprotected

◆ prolongLocal()

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

◆ restrictFinalize()

template<class ... DiscreteFunctionSpaces>
template<class LFFather >
void Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::restrictFinalize ( LFFather &  lfFather) const
inline

◆ restrictLocal()

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

restrict data to father

◆ setFatherChildWeight()

template<class ... DiscreteFunctionSpaces>
void Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::setFatherChildWeight ( const DomainFieldType weight)
inline

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