dune-fem  2.4.1-rc
Classes | Public Types | Public Member Functions | Protected Member Functions | List of all members
Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/combinedspace/tuplelocalrestrictprolong.hh>

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

Public Types

typedef std::tuple_element< 0, LocalRestrictProlongTupleType >::type::DomainFieldType DomainFieldType
 

Public Member Functions

 TupleLocalRestrictProlong (const DiscreteFunctionSpaces &...spaces)
 
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 More...
 
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

template<class... DiscreteFunctionSpaces>
typedef std::tuple_element< 0, LocalRestrictProlongTupleType >::type::DomainFieldType Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::DomainFieldType

Constructor & Destructor Documentation

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

Member Function Documentation

template<class... DiscreteFunctionSpaces>
bool Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::needCommunication ( ) const
inline
template<class... DiscreteFunctionSpaces>
template<std::size_t... i>
bool Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::needCommunication ( Std::index_sequence< i... >  ) const
inlineprotected
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
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
template<class... DiscreteFunctionSpaces>
void Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::setFatherChildWeight ( const DomainFieldType weight)
inline

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