DUNE-ACFEM (2.5.1)
Dune::ACFem::ZeroGridFunctionExpression< FunctionSpaceImp, ExpressionImp > Class Template Reference
A base class for zero function expression. More...
#include <dune/acfem/functions/gridfunctionexpressionbase.hh>
Collaboration diagram for Dune::ACFem::ZeroGridFunctionExpression< FunctionSpaceImp, ExpressionImp >:
Public Types | |
typedef ExpressionImp | ExpressionType |
The type of the underlying expression. | |
Public Member Functions | |
void | setName (const std::string &newName) |
Supply a descriptive name for the function. More... | |
const std::string & | name () const |
Return a descriptive name for the function. More... | |
const std::string & | expressionName () const |
Return a lengthy descriptive name for the underlying algebraic expression. | |
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 FunctionSpaceImp, class ExpressionImp>
class Dune::ACFem::ZeroGridFunctionExpression< FunctionSpaceImp, ExpressionImp >
class Dune::ACFem::ZeroGridFunctionExpression< FunctionSpaceImp, ExpressionImp >
A base class for zero function expression.
Member Function Documentation
◆ name()
|
inlineinherited |
Return a descriptive name for the function.
If set by setName(), return that user-supplied name. Otherwise return a (lengthy) auto-generated name describing the underlying algebraic expression.
◆ setName()
|
inlineinherited |
Supply a descriptive name for the function.
This name will also be stored in the VTK files. It should be a "valid variable name".
The documentation for this class was generated from the following file:
- dune/acfem/functions/gridfunctionexpressionbase.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)