template<class Lin, bool simplified = true>
struct Kaskade::QuadraticModel< Lin, simplified >::BoundaryCache
Definition at line 246 of file functional_manipulation.hh.
|
| | BoundaryCache (int flags, Linearization const &f_, Linearization const &ddf_, DomainElement const &du_) |
| |
| template<class EntityOrFace > |
| void | moveTo (EntityOrFace const &e_) |
| |
| template<class Position > |
| void | evaluateAt (Position const &x, Evaluators const &evaluators) |
| |
| RT | d0 () const |
| |
| template<int row, int dim> |
| RowValueType< row >::type | d1 (VariationalArg< RT, dim > const &arg) const |
| |
| template<int row, int col, int dim> |
| Dune::FieldMatrix< RT, TestVars::template Components< row >::m, AnsatzVars::template Components< col >::m > | d2 (VariationalArg< RT, dim > const &arg1, VariationalArg< RT, dim > const &arg2) const |
| |