|
|
typedef ModelType | ContainedExpressionType |
| | type of the contained expression
|
| |
|
typedef InterfaceType::FunctionSpaceType | FunctionSpaceType |
| | type of discrete function space
|
| |
|
typedef InterfaceType::GridPartType | GridPartType |
| | type of the grid-part we live on
|
| |
|
typedef InterfaceType::EntityType | EntityType |
| | type of the codim-0 Entity from the GridPartType
|
| |
|
typedef InterfaceType::DomainFieldType | DomainFieldType |
| | domain type (from function space)
|
| |
|
typedef InterfaceType::RangeFieldType | RangeFieldType |
| | range type (from function space)
|
| |
|
typedef InterfaceType::DomainType | DomainType |
| | domain type (from function space)
|
| |
|
typedef InterfaceType::RangeType | RangeType |
| | range type (from function space)
|
| |
|
typedef InterfaceType::JacobianRangeType | JacobianRangeType |
| | jacobian type (from function space)
|
| |
|
typedef InterfaceType::HessianRangeType | HessianRangeType |
| | hessian type (from function space)
|
| |
|
typedef Expression | ExpressionType |
| | The type of the underlying expression.
|
| |
|
| std::string | name () const |
| | Print a descriptive name for debugging and output. More...
|
| |
|
OperatorPartsType | operatorParts () const |
| | Return the integral kernels for the bilinear form.
|
| |
| BulkForcesFunctionType | bulkForcesFunction (const GridPartType &gridPart) const |
| | Generate an instance of a class defining the bulk-forces the model is subject to. More...
|
| |
| template<class DiscreteFunctionSpace > |
| TraitsType::template ForcesFunctionalTraits< DiscreteFunctionSpace >::FunctionalType | forcesFunctional (const DiscreteFunctionSpace &space) const |
| | Generate an instance of a class defining a functional which forms part of the force-terms for the model. More...
|
| |
| DirichletBoundaryFunctionType | dirichletBoundaryFunction (const GridPartType &gridPart) const |
| | Generate an instance of a class defining Dirichlet boundary values as a Fem grid-function. More...
|
| |
| NeumannBoundaryFunctionType | neumannBoundaryFunction (const GridPartType &gridPart) const |
| | Generate an instance of a class defining Neumann boundary values as a Fem grid-function. More...
|
| |
| DirichletIndicatorType | dirichletIndicator () const |
| | Generate an object to identify parts of the boundary subject to Dirichlet boundary conditions. More...
|
| |
| NeumannIndicatorType | neumannIndicator () const |
| | Generate an object to identify parts of the boundary subject to Neumann boundary conditions. More...
|
| |
| DirichletWeightFunctionType | dirichletWeightFunction (const GridPartType &gridPart) 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.
|
| |
template<class Model>
class Dune::ACFem::UnaryModelExpression< IdentityOperation, Model >
Unary identity operation which simply wraps the underlying model.