DUNE-ACFEM (2.5.1)
Dune::ACFem::ZeroOperatorParts< FunctionSpace > Class Template Reference
Define a simple zero model to optimize expression templates. More...
#include <dune/acfem/models/operatorparts/zerooperatorparts.hh>
Public Types | |
enum | StructureFlags |
enum | ConstituentFlags |
typedef Expression | ExpressionType |
The type of the underlying expression. | |
Public Member Functions | |
void | setEntity (const Entity &entity) const |
bool | setIntersection (const Intersection &intersection) const |
void | flux (const Entity &entity, const Point &x, const RangeType &value, const JacobianRangeType &jacobian, JacobianRangeType &flux) const |
void | linearizedFlux (const RangeType &uBar, const JacobianRangeType &DuBar, const Entity &entity, const Point &x, const RangeType &value, const JacobianRangeType &jacobian, JacobianRangeType &flux) const |
void | source (const Entity &entity, const Point &x, const RangeType &value, const JacobianRangeType &jacobian, RangeType &result) const |
void | linearizedSource (const RangeType &uBar, const JacobianRangeType &DuBar, const Entity &entity, const Point &x, const RangeType &value, const JacobianRangeType &jacobian, RangeType &result) const |
void | robinFlux (const Intersection &intersection, const Point &x, const DomainType &unitOuterNormal, const RangeType &value, RangeType &result) const |
void | linearizedRobinFlux (const RangeType &uBar, const Intersection &intersection, const Point &x, const DomainType &unitOuterNormal, const RangeType &value, RangeType &result) const |
void | fluxDivergence (const Entity &entity, const Point &x, const RangeType &value, const JacobianRangeType &jacobian, const HessianRangeType &hessian, RangeType &result) const |
const ExpressionType & | expression () const |
Return a const reference to the underlying expression. | |
ExpressionType & | expression () |
Return a mutable reference to the underlying expression. | |
ExpressionType | operator* () const |
Return a copy from of the underlying expression. | |
Detailed Description
template<class FunctionSpace>
class Dune::ACFem::ZeroOperatorParts< FunctionSpace >
class Dune::ACFem::ZeroOperatorParts< FunctionSpace >
Define a simple zero model to optimize expression templates.
Actually, this is only of very little use: the ModelInterface is only partly a \(L^\infty\) module, only partly a vector space, but nevertheless ModelExpression templates ease your live.
Member Enumeration Documentation
◆ ConstituentFlags
|
inherited |
◆ StructureFlags
|
inherited |
Member Function Documentation
◆ flux()
|
inlineinherited |
◆ fluxDivergence()
|
inlineinherited |
◆ linearizedFlux()
|
inlineinherited |
◆ linearizedRobinFlux()
|
inlineinherited |
◆ linearizedSource()
|
inlineinherited |
◆ robinFlux()
|
inlineinherited |
◆ setEntity()
|
inlineinherited |
◆ setIntersection()
|
inlineinherited |
◆ source()
|
inlineinherited |
The documentation for this class was generated from the following file:
- dune/acfem/models/operatorparts/zerooperatorparts.hh
