dune-fem  2.4.1-rc
Public Types | Public Member Functions | Protected Member Functions | List of all members
Dune::Fem::DefaultLocalRestrictProlong< CombinedDiscreteFunctionSpace< SP1, SP2 > > Class Template Reference

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

Inheritance diagram for Dune::Fem::DefaultLocalRestrictProlong< CombinedDiscreteFunctionSpace< SP1, SP2 > >:
Inheritance graph

Public Types

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

Public Member Functions

 DefaultLocalRestrictProlong (const CombinedDiscreteFunctionSpace< SP1, SP2 > &space)
 
void setFatherChildWeight (const DomainFieldType &weight)
 
void restrictLocal (LFFather &lfFather, const LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const
 restrict data to father More...
 
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

typedef std::tuple_element< 0, LocalRestrictProlongTupleType >::type::DomainFieldType Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::DomainFieldType
inherited

Constructor & Destructor Documentation

template<class SP1 , class SP2 >
Dune::Fem::DefaultLocalRestrictProlong< CombinedDiscreteFunctionSpace< SP1, SP2 > >::DefaultLocalRestrictProlong ( const CombinedDiscreteFunctionSpace< SP1, SP2 > &  space)
inline

Member Function Documentation

bool Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::needCommunication ( ) const
inlineinherited
bool Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::needCommunication ( Std::index_sequence< i... >  ) const
inlineprotectedinherited
void Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::prolongLocal ( const LFFather &  lfFather,
LFSon &  lfSon,
const LocalGeometry &  geometryInFather,
bool  initialize 
) const
inlineinherited
void Dune::Fem::TupleLocalRestrictProlong< DiscreteFunctionSpaces >::restrictLocal ( LFFather &  lfFather,
const LFSon &  lfSon,
const LocalGeometry &  geometryInFather,
bool  initialize 
) const
inlineinherited

restrict data to father

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

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