#include <dune/fem/misc/domainintegral.hh>
|
typedef GridPartType::template Codim< 0 >::EntityType | EntityType |
|
|
template<class IteratorRange , class UDiscreteFunctionType , class ReturnType > |
ReturnType | forEachLocal (const IteratorRange &iterators, const UDiscreteFunctionType &u, const ReturnType &initialValue, unsigned int order) const |
|
template<class DiscreteFunctionType , class ReturnType , class PartitionSet > |
ReturnType | forEach (const DiscreteFunctionType &u, const ReturnType &initialValue, const PartitionSet &partitionSet, unsigned int order=0) const |
|
template<class UDiscreteFunctionType , class VDiscreteFunctionType , class ReturnType , class PartitionSet > |
ReturnType | forEach (const UDiscreteFunctionType &u, const VDiscreteFunctionType &v, const ReturnType &initialValue, const PartitionSet &partitionSet, unsigned int order=0) 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 |
|
template<class LocalFunctionType , class ReturnType > |
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 NormImplementation & | asImp () const |
|
NormImplementation & | asImp () |
|
◆ EntityType
template<class GridPart , class NormImplementation >
typedef GridPartType::template Codim<0>::EntityType Dune::Fem::IntegralBase< GridPart, NormImplementation >::EntityType |
|
protected |
◆ GridPartType
template<class GridPart , class NormImplementation >
◆ IntegralBase()
template<class GridPart , class NormImplementation >
◆ asImp() [1/4]
◆ asImp() [2/4]
◆ asImp() [3/4]
|
inlinestaticprotectedinherited |
◆ asImp() [4/4]
|
inlinestaticprotectedinherited |
◆ checkCommunicateFlag()
template<class GridPart , class NormImplementation >
◆ comm()
template<class GridPart , class NormImplementation >
const GridPartType::CollectiveCommunicationType & Dune::Fem::IntegralBase< GridPart, NormImplementation >::comm |
( |
| ) |
const |
|
inlineprotected |
◆ distanceLocal()
template<class GridPart , class NormImplementation >
template<class ULocalFunctionType , class VLocalFunctionType , class ReturnType >
void Dune::Fem::IntegralBase< GridPart, NormImplementation >::distanceLocal |
( |
const EntityType & |
entity, |
|
|
unsigned int |
order, |
|
|
const ULocalFunctionType & |
uLocal, |
|
|
const VLocalFunctionType & |
vLocal, |
|
|
ReturnType & |
sum |
|
) |
| const |
|
inlineprotected |
◆ forEach() [1/2]
template<class GridPart , class NormImplementation >
template<class DiscreteFunctionType , class ReturnType , class PartitionSet >
ReturnType Dune::Fem::IntegralBase< GridPart, NormImplementation >::forEach |
( |
const DiscreteFunctionType & |
u, |
|
|
const ReturnType & |
initialValue, |
|
|
const PartitionSet & |
partitionSet, |
|
|
unsigned int |
order = 0 |
|
) |
| const |
|
inlineprotected |
◆ forEach() [2/2]
template<class GridPart , class NormImplementation >
template<class UDiscreteFunctionType , class VDiscreteFunctionType , class ReturnType , class PartitionSet >
ReturnType Dune::Fem::IntegralBase< GridPart, NormImplementation >::forEach |
( |
const UDiscreteFunctionType & |
u, |
|
|
const VDiscreteFunctionType & |
v, |
|
|
const ReturnType & |
initialValue, |
|
|
const PartitionSet & |
partitionSet, |
|
|
unsigned int |
order = 0 |
|
) |
| const |
|
inlineprotected |
◆ forEachLocal()
template<class GridPart , class NormImplementation >
template<class IteratorRange , class UDiscreteFunctionType , class ReturnType >
ReturnType Dune::Fem::IntegralBase< GridPart, NormImplementation >::forEachLocal |
( |
const IteratorRange & |
iterators, |
|
|
const UDiscreteFunctionType & |
u, |
|
|
const ReturnType & |
initialValue, |
|
|
unsigned int |
order |
|
) |
| const |
|
inlineprotected |
◆ gridPart()
template<class GridPart , class NormImplementation >
◆ normLocal()
template<class GridPart , class NormImplementation >
template<class LocalFunctionType , class ReturnType >
void Dune::Fem::IntegralBase< GridPart, NormImplementation >::normLocal |
( |
const EntityType & |
entity, |
|
|
unsigned int |
order, |
|
|
const LocalFunctionType & |
uLocal, |
|
|
ReturnType & |
sum |
|
) |
| const |
|
inlineprotected |
The documentation for this class was generated from the following file: