|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
Dune::Fem::RestrictProlongInterfaceDefault< Traits > Class Template Reference
Interface default implementation for derived classes. More...
#include <dune/fem/space/common/restrictprolonginterface.hh>
Inheritance diagram for Dune::Fem::RestrictProlongInterfaceDefault< Traits >:

Public Types | |
| typedef BaseType::DomainFieldType | DomainFieldType |
| typedef Traits::RestProlImp | RestProlImp |
| type of restrict-prolong operator implementation | |
Public Member Functions | |
| void | setFatherChildWeight (const DomainFieldType &weight) const |
| explicit set volume ratio of son and father | |
| void | initialize () |
| void | finalize () |
| template<class Entity > | |
| void | restrictFinalize (const Entity &father) const |
| restrictFinalize is for some spaces where a local matrix inversion is carried out after restriction. | |
| template<class Entity > | |
| void | restrictLocal (const Entity &father, const Entity &son, bool initialize) const |
| restrict data to father | |
| template<class Entity , class LocalGeometry > | |
| void | restrictLocal (const Entity &father, const Entity &son, const LocalGeometry &geometryInFather, bool initialize) const |
| restrict data to father | |
| template<class Entity > | |
| void | prolongLocal (const Entity &father, const Entity &son, bool initialize) const |
| prolong data to children | |
| template<class Entity , class LocalGeometry > | |
| void | prolongLocal (const Entity &father, const Entity &son, const LocalGeometry &geometryInFather, bool initialize) const |
| prolong data to children | |
| template<class Communicator > | |
| void | addToList (Communicator &comm) |
| add discrete function to communicator | |
| template<class LoadBalancer > | |
| void | addToLoadBalancer (LoadBalancer &lb) |
| add discrete function to load balancer | |
Protected Member Functions | |
| template<class IndexSet , class Entity > | |
| bool | entitiesAreCopies (const IndexSet &indexSet, const Entity &father, const Entity &son) const |
| return true if father and son have the same index | |
| template<class Entity > | |
| DomainFieldType | calcWeight (const Entity &father, const Entity &son) const |
| calculates the weight, i.e. (volume son)/(volume father) | |
| const RestProlImp & | asImp () const |
| RestProlImp & | asImp () |
Detailed Description
template<class Traits>
class Dune::Fem::RestrictProlongInterfaceDefault< Traits >
class Dune::Fem::RestrictProlongInterfaceDefault< Traits >
Interface default implementation for derived classes.
Member Typedef Documentation
◆ DomainFieldType
template<class Traits >
| typedef BaseType::DomainFieldType Dune::Fem::RestrictProlongInterfaceDefault< Traits >::DomainFieldType |
◆ RestProlImp
template<class Traits >
|
inherited |
type of restrict-prolong operator implementation
Member Function Documentation
◆ addToList()
template<class Traits >
template<class Communicator >
|
inlineinherited |
add discrete function to communicator
- Parameters
-
[in] comm Communicator to add the discrete functions to
◆ addToLoadBalancer()
template<class Traits >
template<class LoadBalancer >
|
inlineinherited |
add discrete function to load balancer
- Parameters
-
[in] lb LoadBalancer to add the discrete functions to
◆ asImp() [1/2]
template<class Traits >
|
inlineprotectedinherited |
◆ asImp() [2/2]
template<class Traits >
|
inlineprotectedinherited |
◆ calcWeight()
template<class Traits >
template<class Entity >
|
inlineprotectedinherited |
◆ entitiesAreCopies()
template<class Traits >
|
inlineprotected |
return true if father and son have the same index
◆ finalize()
template<class Traits >
|
inline |
◆ initialize()
template<class Traits >
|
inline |
◆ prolongLocal() [1/2]
template<class Traits >
template<class Entity >
|
inlineinherited |
prolong data to children
◆ prolongLocal() [2/2]
template<class Traits >
template<class Entity , class LocalGeometry >
|
inlineinherited |
prolong data to children
◆ restrictFinalize()
template<class Traits >
template<class Entity >
|
inline |
restrictFinalize is for some spaces where a local matrix inversion is carried out after restriction.
◆ restrictLocal() [1/2]
template<class Traits >
template<class Entity >
|
inlineinherited |
restrict data to father
◆ restrictLocal() [2/2]
template<class Traits >
template<class Entity , class LocalGeometry >
|
inlineinherited |
restrict data to father
◆ setFatherChildWeight()
template<class Traits >
|
inline |
explicit set volume ratio of son and father
- Parameters
-
[in] weight volume 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:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8