dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
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)
 
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
 
bool needCommunication () const
 do discrete functions need a communication after restriction / prolongation?
 

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()

bool Dune::Fem::EmptyLocalRestrictProlong< BubbleElementSpace< FunctionSpace, GridPart, Storage > >::needCommunication ( ) const
inlineinherited

do discrete functions need a communication after restriction / prolongation?

◆ prolongLocal()

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

◆ restrictFinalize()

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

◆ restrictLocal()

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

◆ 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: