dune-fem  2.4.1-rc
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
Dune::Fem::LagrangeLocalRestrictProlong< G, ord > Struct Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/lagrange/restrictprolong.hh>

Inheritance diagram for Dune::Fem::LagrangeLocalRestrictProlong< G, ord >:
Inheritance graph

Public Types

typedef G GridType
 
typedef GridType::ctype ctype
 
typedef FieldVector< ctype, dimensionDomainVector
 
typedef LagrangePointSet< LeafGridPart< GridType >, ord > LagrangePointSetType
 

Public Member Functions

 ~LagrangeLocalRestrictProlong ()
 
template<class DomainField >
void setFatherChildWeight (const DomainField &weight)
 
template<class LFFather , class LFSon , class LocalGeometry >
void restrictLocal (LFFather &lfFather, const LFSon &lfSon, const LocalGeometry &geometryInFather, const bool initialize) const
 
template<class LFFather , class LFSon , class LocalGeometry >
void prolongLocal (const LFFather &lfFather, LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const
 
bool needCommunication () const
 

Static Public Attributes

static const int dimension = GridType::dimension
 

Protected Member Functions

template<class Entity >
const LagrangePointSetTypelagrangePointSet (const Entity &entity) const
 
const LagrangePointSetTypelagrangePointSet (const GeometryType &type) const
 

Member Typedef Documentation

template<class G, int ord>
typedef GridType::ctype Dune::Fem::LagrangeLocalRestrictProlong< G, ord >::ctype
template<class G, int ord>
typedef FieldVector< ctype, dimension > Dune::Fem::LagrangeLocalRestrictProlong< G, ord >::DomainVector
template<class G, int ord>
typedef G Dune::Fem::LagrangeLocalRestrictProlong< G, ord >::GridType

Constructor & Destructor Documentation

template<class G, int ord>
Dune::Fem::LagrangeLocalRestrictProlong< G, ord >::~LagrangeLocalRestrictProlong ( )
inline

Member Function Documentation

template<class G, int ord>
template<class Entity >
const LagrangePointSetType& Dune::Fem::LagrangeLocalRestrictProlong< G, ord >::lagrangePointSet ( const Entity &  entity) const
inlineprotected
template<class G, int ord>
const LagrangePointSetType& Dune::Fem::LagrangeLocalRestrictProlong< G, ord >::lagrangePointSet ( const GeometryType &  type) const
inlineprotected
template<class G, int ord>
bool Dune::Fem::LagrangeLocalRestrictProlong< G, ord >::needCommunication ( ) const
inline
template<class G, int ord>
template<class LFFather , class LFSon , class LocalGeometry >
void Dune::Fem::LagrangeLocalRestrictProlong< G, ord >::prolongLocal ( const LFFather &  lfFather,
LFSon &  lfSon,
const LocalGeometry &  geometryInFather,
bool  initialize 
) const
inline
template<class G, int ord>
template<class LFFather , class LFSon , class LocalGeometry >
void Dune::Fem::LagrangeLocalRestrictProlong< G, ord >::restrictLocal ( LFFather &  lfFather,
const LFSon &  lfSon,
const LocalGeometry &  geometryInFather,
const bool  initialize 
) const
inline
template<class G, int ord>
template<class DomainField >
void Dune::Fem::LagrangeLocalRestrictProlong< G, ord >::setFatherChildWeight ( const DomainField &  weight)
inline

Member Data Documentation

template<class G, int ord>
const int Dune::Fem::LagrangeLocalRestrictProlong< G, ord >::dimension = GridType::dimension
static

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