template<class Functional_>
class Kaskade::LinearizationDifferenceAt< Functional_ >::DomainCache
Definition at line 778 of file functional_aux.hh.
|
| | DomainCache (Functional const &f, PointOfLinearization const &u1, PointOfLinearization const &u2, int flags) |
| |
| template<class Cell > |
| void | moveTo (Cell const &entity) |
| |
| template<class Position , class Evaluators > |
| void | evaluateAt (Position const &x, Evaluators const &evaluators) |
| |
| Scalar | d0 () const |
| |
| template<int row, int dim> |
| Dune::FieldVector< Scalar, TestVars::template Components< row >::m > | d1 (VariationalArg< Scalar, dim > const &arg) const |
| |
| template<int row, int col, int dim> |
| Dune::FieldMatrix< Scalar, TestVars::template Components< row >::m, AnsatzVars::template Components< col >::m > | d2 (VariationalArg< Scalar, dim > const &arg1, VariationalArg< Scalar, dim > const &arg2) const |
| |