#include <dune/fem/schemes/integrands.hh>
|
| template<class... Args> |
| | FullIntegrands (Args &&... args) |
| |
| bool | init (const EntityType &entity) |
| |
| bool | init (const IntersectionType &intersection) |
| |
| bool | hasInterior () const |
| |
| template<class Point > |
| RangeValueType | interior (const Point &x, const DomainValueType &u) const |
| |
| template<class Point > |
| auto | linearizedInterior (const Point &x, const DomainValueType &u) const |
| |
| bool | hasBoundary () const |
| |
| template<class Point > |
| RangeValueType | boundary (const Point &x, const DomainValueType &u) const |
| |
| template<class Point > |
| auto | linearizedBoundary (const Point &x, const DomainValueType &u) const |
| |
| bool | hasSkeleton () const |
| |
| template<class Point > |
| std::pair< RangeValueType, RangeValueType > | skeleton (const Point &xIn, const DomainValueType &uIn, const Point &xOut, const DomainValueType &uOut) const |
| |
| template<class Point > |
| auto | linearizedSkeleton (const Point &xIn, const DomainValueType &uIn, const Point &xOut, const DomainValueType &uOut) const |
| |
| bool | hasDirichletBoundary () const |
| |
| bool | isDirichletIntersection (const IntersectionType &inter, DirichletComponentType &dirichletComponent) const |
| |
| template<class Point > |
| void | dirichlet (int bndId, const Point &x, RRangeType &value) const |
| |
◆ DirichletComponentType
template<class Integrands >
◆ DomainValueType
template<class Integrands >
◆ EntityType
template<class Integrands >
◆ GridPartType
template<class Integrands >
◆ IntersectionType
template<class Integrands >
◆ RangeValueType
template<class Integrands >
◆ RRangeType
template<class Integrands >
◆ FullIntegrands()
template<class Integrands >
template<class... Args>
◆ boundary()
template<class Integrands >
template<class Point >
◆ dirichlet()
template<class Integrands >
template<class Point >
◆ hasBoundary()
template<class Integrands >
◆ hasDirichletBoundary()
template<class Integrands >
◆ hasInterior()
template<class Integrands >
◆ hasSkeleton()
template<class Integrands >
◆ init() [1/2]
template<class Integrands >
◆ init() [2/2]
template<class Integrands >
◆ interior()
template<class Integrands >
template<class Point >
◆ isDirichletIntersection()
template<class Integrands >
◆ linearizedBoundary()
template<class Integrands >
template<class Point >
◆ linearizedInterior()
template<class Integrands >
template<class Point >
◆ linearizedSkeleton()
template<class Integrands >
template<class Point >
◆ skeleton()
template<class Integrands >
template<class Point >
◆ integrands_
template<class Integrands >
The documentation for this struct was generated from the following file: