DUNE-ACFEM (2.5.1)
Dune::ACFem::DivergenceOperatorParts< GridFunction > Class Template Reference
For a given grid-function define a model implementing the weak divergence. More...
#include <dune/acfem/models/modules/divergencemodel.hh>

Public Types | |
enum | StructureFlags |
enum | ConstituentFlags |
typedef Expression | ExpressionType |
The type of the underlying expression. | |
Public Member Functions | |
template<class Entity , class Point > | |
void | source (const Entity &entity, const Point &x, const RangeType &value, const JacobianRangeType &jacobian, RangeType &result) const |
The zero-order term as function of local coordinates. More... | |
template<class Entity , class Point > | |
void | linearizedSource (const RangeType &uBar, const JacobianRangeType &DuBar, const Entity &entity, const Point &x, const RangeType &value, const JacobianRangeType &jacobian, RangeType &result) const |
The linearized source term as function of local coordinates. More... | |
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 | 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 GridFunction>
class Dune::ACFem::DivergenceOperatorParts< GridFunction >
class Dune::ACFem::DivergenceOperatorParts< GridFunction >
For a given grid-function define a model implementing the weak divergence.
In formulas: this fragment implements the integral
\[ \int_\Omega \partial_i v_i \, q \]
Here q is a scalar test function.
- Parameters
-
GridFunction The type of the function the weak divergence has to be computed from. This must be a grid-function, i.e. it has to carry a local function, and must have dimRange == dimDomain.
Member Enumeration Documentation
◆ ConstituentFlags
|
inherited |
◆ StructureFlags
|
inherited |
Member Function Documentation
◆ flux()
|
inlineinherited |
◆ fluxDivergence()
|
inlineinherited |
◆ linearizedFlux()
|
inlineinherited |
◆ linearizedRobinFlux()
|
inlineinherited |
◆ robinFlux()
|
inlineinherited |
◆ setIntersection()
|
inlineinherited |
The documentation for this class was generated from the following file:
- dune/acfem/models/modules/divergencemodel.hh
