template<class AnsatzVars, class TestVars>
class Kaskade::TrivialCacheBase< AnsatzVars, TestVars >
Base class simplifying the definition of domain and boundary caches.
It provides do-nothing default implementations of moveTo and evaluateAt, and zero default implementations for d0, d1, and d2.
Definition at line 280 of file functional_aux.hh.
|
| template<class Entity > |
| void | moveTo (Entity const &) |
| |
| template<class Position , class Evaluators > |
| void | evaluateAt (Position const &, Evaluators const &) |
| |
| Scalar | d0 () |
| |
| template<int row, int dim> |
| Dune::FieldVector< Scalar, TestVars::template components< row > > | d1 (VariationalArg< Scalar, dim > const &arg) const |
| |
| template<int row, int col, int dim> |
| Dune::FieldMatrix< Scalar, TestVars::template components< row >, AnsatzVars::template components< row > > | d2 (VariationalArg< Scalar, dim > const &, VariationalArg< Scalar, dim > const &) const |
| |