The base class for an operator to be used in an Assembler. More...
#include <Operator.hpp>
Inherits Base.
Public Types | |
using | GridView = typename Traits::GridView |
Public Member Functions | |
template<class Impl , Dune::disableCopyMove< Operator, Impl > = 0> | |
Operator (Impl &&impl) | |
Constructor. Pass any type supporting the OperatorInterface. | |
Operator ()=default | |
Default Constructor. | |
void | update (GridView const &gv) |
Update the operator data on a GridView. | |
Friends | |
LocalOperator< Traits, Nodes... > | localOperator (Operator const &op) |
Transform an operator into a local-operator. | |
The base class for an operator to be used in an Assembler.
Type-erasure base class for grid-operators.