A class mapping local shape function values and derivatives to global shape function values and derivatives.
More...
template<class
ScalarType, class GV>
class Kaskade::ConstantMapper< ScalarType, GV >::Converter
A class mapping local shape function values and derivatives to global shape function values and derivatives.
For scalar constant shape functions this is absolutely trivial :).
Definition at line 170 of file constantspace.hh.
|
| | Converter () |
| |
| | Converter (Cell const &) |
| |
| void | moveTo (Cell const &) |
| |
| void | setLocalPosition (Dune::FieldVector< ctype, Grid::dimension > const &) |
| |
| Dune::FieldMatrix< Scalar, 1, 1 > | global (Dune::FieldMatrix< Scalar, 1, 1 > const &sf) const |
| | Applies the transformation \( \psi(x) \) to shape function value. More...
|
| |
| template<class Scalar > |
| VariationalArg< Scalar, dim, 1 > | global (VariationalArg< Scalar, dim, 1 > const &sf, int deriv=1) const |
| | Applies the transformation \( \psi \) to shape function value, derivative, and Hessian, returning a filled VariationalArg. More...
|
| |
| Dune::FieldMatrix< Scalar, 1, 1 > | local (Dune::FieldMatrix< Scalar, 1, 1 > const &glob) const |
| |