#include <dune/fem/operator/common/localoperator.hh>
|
void | prepareGlobal (const FirstParamType &pa, SecondParamType &pb) |
| prepareGlobal is called before the grid walktrough
|
|
void | prepareGlobal () |
| prepare for grid walktrough
|
|
void | finalizeGlobal () |
| finalize the walktrough
|
|
template<class EntityType > |
void | prepareLocal (EntityType &en) |
| one entity
|
|
template<class EntityType > |
void | finalizeLocal (EntityType &en) |
|
template<class EntityType > |
void | prepareLocal (EntityType &en1, EntityType &en2) |
| two entities
|
|
template<class EntityType > |
void | finalizeLocal (EntityType &en1, EntityType &en2) |
|
template<class EntityType > |
void | applyLocal (EntityType &en) |
| things to do on one entity
|
|
template<class EntityType > |
void | applyLocal (EntityType &en1, EntityType &en2) |
| things to do on two entity
|
|
◆ FirstParamType
template<class FstPType , class SecPType , class SType , class LocalOperatorImp >
remember the parameter types
◆ ScalarType
template<class FstPType , class SecPType , class SType , class LocalOperatorImp >
◆ SecondParamType
template<class FstPType , class SecPType , class SType , class LocalOperatorImp >
◆ applyLocal() [1/2]
template<class FstPType , class SecPType , class SType , class LocalOperatorImp >
template<class EntityType >
things to do on one entity
◆ applyLocal() [2/2]
template<class FstPType , class SecPType , class SType , class LocalOperatorImp >
template<class EntityType >
things to do on two entity
◆ finalizeGlobal()
template<class FstPType , class SecPType , class SType , class LocalOperatorImp >
◆ finalizeLocal() [1/2]
template<class FstPType , class SecPType , class SType , class LocalOperatorImp >
template<class EntityType >
◆ finalizeLocal() [2/2]
template<class FstPType , class SecPType , class SType , class LocalOperatorImp >
template<class EntityType >
◆ prepareGlobal() [1/2]
template<class FstPType , class SecPType , class SType , class LocalOperatorImp >
prepare for grid walktrough
◆ prepareGlobal() [2/2]
template<class FstPType , class SecPType , class SType , class LocalOperatorImp >
prepareGlobal is called before the grid walktrough
default implementation of the prepare and finalize methods default is make nothing
◆ prepareLocal() [1/2]
template<class FstPType , class SecPType , class SType , class LocalOperatorImp >
template<class EntityType >
◆ prepareLocal() [2/2]
template<class FstPType , class SecPType , class SType , class LocalOperatorImp >
template<class EntityType >
The documentation for this class was generated from the following file: