DUNE-ACFEM (2.5.1)
Template for binary operations. More...
#include <dune/acfem/models/modelexpression.hh>
Public Member Functions | |
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... | |
DirichletWeightFunctionType | dirichletWeightFunction (const GridPartType &gridPart) const |
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... | |
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
class Dune::ACFem::BinaryModelExpression< BinOp, LeftModelType, RightModelType >
Template for binary operations.
BinaryModelExpression implements point-wise vector-space operations for Model-types.
Member Function Documentation
◆ bulkForcesFunction()
|
inline |
Generate an instance of a class defining the bulk-forces the model is subject to.
The return object is a Fem grid-function. This can be used for the case where the "right hand side" is an L2-function.
References Dune::ACFem::BinaryModelExpression< BinOp, LeftModelType, RightModelType >::bulkForcesFunction().
Referenced by Dune::ACFem::BinaryModelExpression< BinOp, LeftModelType, RightModelType >::bulkForcesFunction(), Dune::ACFem::BinaryModelExpression< SMultiplyOperation, Factor, ModelType >::bulkForcesFunction(), and Dune::ACFem::BinaryModelExpression< MultiplyOperation, FactorFunction, ModelType >::bulkForcesFunction().
◆ dirichletBoundaryFunction()
|
inline |
Generate an instance of a class defining Dirichlet boundary values as a Fem grid-function.
References Dune::ACFem::BinaryModelExpression< BinOp, LeftModelType, RightModelType >::dirichletBoundaryFunction().
Referenced by Dune::ACFem::BinaryModelExpression< BinOp, LeftModelType, RightModelType >::dirichletBoundaryFunction(), Dune::ACFem::BinaryModelExpression< SMultiplyOperation, Factor, ModelType >::dirichletBoundaryFunction(), and Dune::ACFem::BinaryModelExpression< MultiplyOperation, FactorFunction, ModelType >::dirichletBoundaryFunction().
◆ dirichletIndicator()
|
inline |
Generate an object to identify parts of the boundary subject to Dirichlet boundary conditions.
The return value has to obey the BoundaryIndicatorInterface.
◆ dirichletWeightFunction()
|
inline |
References Dune::ACFem::BinaryModelExpression< BinOp, LeftModelType, RightModelType >::dirichletWeightFunction().
Referenced by Dune::ACFem::BinaryModelExpression< BinOp, LeftModelType, RightModelType >::dirichletWeightFunction(), Dune::ACFem::BinaryModelExpression< SMultiplyOperation, Factor, ModelType >::dirichletWeightFunction(), and Dune::ACFem::BinaryModelExpression< MultiplyOperation, FactorFunction, ModelType >::dirichletWeightFunction().
◆ forcesFunctional()
|
inline |
Generate an instance of a class defining a functional which forms part of the force-terms for the model.
References Dune::ACFem::BinaryModelExpression< BinOp, LeftModelType, RightModelType >::forcesFunctional().
Referenced by Dune::ACFem::BinaryModelExpression< BinOp, LeftModelType, RightModelType >::forcesFunctional(), and Dune::ACFem::BinaryModelExpression< SMultiplyOperation, Factor, ModelType >::forcesFunctional().
◆ name()
|
inline |
Print a descriptive name for debugging and output.
◆ neumannBoundaryFunction()
|
inline |
Generate an instance of a class defining Neumann boundary values as a Fem grid-function.
References Dune::ACFem::BinaryModelExpression< BinOp, LeftModelType, RightModelType >::neumannBoundaryFunction().
Referenced by Dune::ACFem::BinaryModelExpression< BinOp, LeftModelType, RightModelType >::neumannBoundaryFunction(), Dune::ACFem::BinaryModelExpression< SMultiplyOperation, Factor, ModelType >::neumannBoundaryFunction(), and Dune::ACFem::BinaryModelExpression< MultiplyOperation, FactorFunction, ModelType >::neumannBoundaryFunction().
◆ neumannIndicator()
|
inline |
Generate an object to identify parts of the boundary subject to Neumann boundary conditions.
The return value has to obey the BoundaryIndicatorInterface.
The documentation for this class was generated from the following file:
- dune/acfem/models/modelexpression.hh