template<class VarFu, class BarrierFu, int paralin = 0>
struct Kaskade::IPFunctional< VarFu, BarrierFu, paralin >::DomainCache
Definition at line 253 of file ipfunctional.hh.
|
| DomainCache (Functional const &f_, typename AnsatzVars::VariableSet const &x_, int flags_=7) |
|
void | moveTo (Entity const &e_) |
|
template<class Position , class Evaluators > |
void | evaluateAt (Position const &y, 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 |
|