|
| | Integral (const GridPartType &gridPart, const unsigned int order=0, const bool communicate=true) |
| | constructor More...
|
| |
| template<class DiscreteFunctionType , class PartitionSet > |
| DiscreteFunctionType::RangeType | norm (const DiscreteFunctionType &u, const PartitionSet &partitionSet) const |
| | || u ||_L1 on given set of entities (partition set) More...
|
| |
| template<class DiscreteFunctionType > |
| DiscreteFunctionType::RangeType | norm (const DiscreteFunctionType &u) const |
| | || u ||_L1 on interior partition entities More...
|
| |
| template<class UDiscreteFunctionType , class VDiscreteFunctionType , class PartitionSet > |
| UDiscreteFunctionType::RangeType | distance (const UDiscreteFunctionType &u, const VDiscreteFunctionType &v, const PartitionSet &partitionSet) const |
| | || u - v ||_L2 on given set of entities (partition set) More...
|
| |
| template<class UDiscreteFunctionType , class VDiscreteFunctionType > |
| UDiscreteFunctionType::RangeType | distance (const UDiscreteFunctionType &u, const VDiscreteFunctionType &v) const |
| | || u - v ||_L2 on interior partition entities More...
|
| |
| template<class LocalFunctionType , class ReturnType > |
| void | normLocal (const EntityType &entity, unsigned int order, const LocalFunctionType &uLocal, ReturnType &sum) const |
| |
| template<class ULocalFunctionType , class VLocalFunctionType , class ReturnType > |
| void | distanceLocal (const EntityType &entity, unsigned int order, const ULocalFunctionType &uLocal, const VLocalFunctionType &vLocal, ReturnType &sum) const |
| |
|
| ReturnType | forEach (const DiscreteFunctionType &u, const ReturnType &initialValue, const PartitionSet &partitionSet, unsigned int order=0) const |
| |
| ReturnType | forEach (const UDiscreteFunctionType &u, const VDiscreteFunctionType &v, const ReturnType &initialValue, const PartitionSet &partitionSet, unsigned int order=0) const |
| |
| void | distanceLocal (const EntityType &entity, unsigned int order, const ULocalFunctionType &uLocal, const VLocalFunctionType &vLocal, ReturnType &sum) const |
| |
| void | normLocal (const EntityType &entity, unsigned int order, const LocalFunctionType &uLocal, ReturnType &sum) const |
| |
| const GridPartType & | gridPart () const |
| |
| const GridPartType::CollectiveCommunicationType & | comm () const |
| |
| bool | checkCommunicateFlag (bool communicate) const |
| |
| const Integral< GridPart > & | asImp () const |
| |
| Integral< GridPart > & | asImp () |
| |