dune-fem 2.12-git
Loading...
Searching...
No Matches
Dune::Fem::DefaultLocalRestrictProlong< BubbleElementSpace< FunctionSpace, GridPart, Storage > > Class Template Reference

#include <dune/fem/space/p1bubble.hh>

Inheritance diagram for Dune::Fem::DefaultLocalRestrictProlong< BubbleElementSpace< FunctionSpace, GridPart, Storage > >:
Inheritance graph

Public Types

typedef BubbleElementSpace< FunctionSpace, GridPart, Storage > DiscreteFunctionSpaceType
 
typedef DiscreteFunctionSpaceType::DomainFieldType DomainFieldType
 

Public Member Functions

 DefaultLocalRestrictProlong (const BubbleElementSpace< FunctionSpace, GridPart, Storage > &space)
 
template<class LFParent , class LFChild , class LocalGeometry >
void restrictLocal (LFParent &lfParent, const LFChild &lfChild, const LocalGeometry &geometryInParent, const bool initialize) const
 
template<class LFParent >
void restrictFinalize (LFParent &lfParent) const
 
template<class LFParent , class LFChild , class LocalGeometry >
void prolongLocal (const LFParent &lfParent, LFChild &lfChild, const LocalGeometry &geometryInParent, bool initialize) const
 
bool needCommunication () const
 
void setFatherChildWeight (const DomainFieldType &weight)
 explicit set volume ratio of son and father
 
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
 prolong data to children
 

Member Typedef Documentation

◆ DiscreteFunctionSpaceType

typedef BubbleElementSpace< FunctionSpace, GridPart, Storage > Dune::Fem::EmptyLocalRestrictProlong< BubbleElementSpace< FunctionSpace, GridPart, Storage > >::DiscreteFunctionSpaceType
inherited

◆ DomainFieldType

typedef DiscreteFunctionSpaceType::DomainFieldType Dune::Fem::EmptyLocalRestrictProlong< BubbleElementSpace< FunctionSpace, GridPart, Storage > >::DomainFieldType
inherited

Constructor & Destructor Documentation

◆ DefaultLocalRestrictProlong()

template<class FunctionSpace , class GridPart , class Storage >
Dune::Fem::DefaultLocalRestrictProlong< BubbleElementSpace< FunctionSpace, GridPart, Storage > >::DefaultLocalRestrictProlong ( const BubbleElementSpace< FunctionSpace, GridPart, Storage > &  space)
inline

Member Function Documentation

◆ needCommunication()

template<class FunctionSpace , class GridPart , class Storage >
bool Dune::Fem::DefaultLocalRestrictProlong< BubbleElementSpace< FunctionSpace, GridPart, Storage > >::needCommunication ( ) const
inline

◆ prolongLocal() [1/2]

void Dune::Fem::EmptyLocalRestrictProlong< BubbleElementSpace< FunctionSpace, GridPart, Storage > >::prolongLocal ( const LFFather &  lfFather,
LFSon &  lfSon,
const LocalGeometry &  geometryInFather,
bool  initialize 
) const
inlineinherited

prolong data to children

◆ prolongLocal() [2/2]

template<class FunctionSpace , class GridPart , class Storage >
template<class LFParent , class LFChild , class LocalGeometry >
void Dune::Fem::DefaultLocalRestrictProlong< BubbleElementSpace< FunctionSpace, GridPart, Storage > >::prolongLocal ( const LFParent &  lfParent,
LFChild &  lfChild,
const LocalGeometry &  geometryInParent,
bool  initialize 
) const
inline

◆ restrictFinalize() [1/2]

void Dune::Fem::EmptyLocalRestrictProlong< BubbleElementSpace< FunctionSpace, GridPart, Storage > >::restrictFinalize ( LFFather &  lfFather) const
inlineinherited

◆ restrictFinalize() [2/2]

template<class FunctionSpace , class GridPart , class Storage >
template<class LFParent >
void Dune::Fem::DefaultLocalRestrictProlong< BubbleElementSpace< FunctionSpace, GridPart, Storage > >::restrictFinalize ( LFParent &  lfParent) const
inline

◆ restrictLocal() [1/2]

void Dune::Fem::EmptyLocalRestrictProlong< BubbleElementSpace< FunctionSpace, GridPart, Storage > >::restrictLocal ( LFFather &  lfFather,
const LFSon &  lfSon,
const LocalGeometry &  geometryInFather,
bool  initialize 
) const
inlineinherited

restrict data to father

◆ restrictLocal() [2/2]

template<class FunctionSpace , class GridPart , class Storage >
template<class LFParent , class LFChild , class LocalGeometry >
void Dune::Fem::DefaultLocalRestrictProlong< BubbleElementSpace< FunctionSpace, GridPart, Storage > >::restrictLocal ( LFParent &  lfParent,
const LFChild &  lfChild,
const LocalGeometry &  geometryInParent,
const bool  initialize 
) const
inline

◆ setFatherChildWeight()

void Dune::Fem::EmptyLocalRestrictProlong< BubbleElementSpace< FunctionSpace, GridPart, Storage > >::setFatherChildWeight ( const DomainFieldType weight)
inlineinherited

explicit set volume ratio of son and father

Parameters
[in]weightvolume of son / volume of father
Note
If this ratio is set, it is assume to be constant.

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