|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
operator.hh
Go to the documentation of this file.
192 using IsOperatorImpl = std::is_base_of< ::Dune::Fem::Operator< DomainFunctionType_t< T >, RangeFunctionType_t< T > >, T >;
195 using IsLinearOperatorImpl = std::is_base_of< ::Dune::Fem::LinearOperator< DomainFunctionType_t< T >, RangeFunctionType_t< T > >, T >;
198 using IsAssembledOperatorImpl = std::is_base_of< ::Dune::Fem::AssembledOperator< DomainFunctionType_t< T >, RangeFunctionType_t< T > >, T >;
int id()
virtual void operator()()=0
#define DUNE_THROW(E,...)
A mapping from one vector space into another This class describes a general mapping from the domain v...
Definition mapping.hh:47
virtual void finalize()
finalization of operator
Definition operator.hh:61
DomainFunction DomainFunctionType
type of discrete function in the operator's domain
Definition operator.hh:36
RangeFunction::RangeFieldType RangeFieldType
field type of the operator's range
Definition operator.hh:43
DomainFunction::RangeFieldType DomainFieldType
field type of the operator's domain
Definition operator.hh:41
RangeFunction RangeFunctionType
type of discrete function in the operator's range
Definition operator.hh:38
virtual bool positiveDefinite() const
Definition operator.hh:97
virtual void flushAssembly()
commit intermediate states of linear operator assembly
Definition operator.hh:136
std::type_index assembleOperation_
Definition operator.hh:174
void beginAssemble()
Initiate the assemble of values using the LocalContribution concept.
Definition operator.hh:142
void endAssemble()
Finalize the assemble of values using the LocalContribution concept.
Definition operator.hh:160
An abstract operator Interface class for Operators. Operators are applied to Functions and the result...
Definition operator.hh:238
virtual void apply(const DomainType &arg, RangeType &dest) const
The method apply calls the application operator. The method has to be implemented here,...
Definition operator.hh:263
Fem::Mapping< DFieldType, RFieldType, DType, RType > MappingType
type of mapping base class
Definition operator.hh:243
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8