|
dune-fem 2.8.0
|
Classes | |
| class | Dune::Fem::FunctionSpace< DomainField, RangeField, dimD, dimR > |
| A vector valued function space. More... | |
| class | Dune::Fem::MatrixFunctionSpace< DomainFieldImp, RangeFieldImp, n, m1, m2 > |
| A matrix valued function space. More... | |
| class | Dune::Fem::FunctionSpaceInterface< FunctionSpaceTraits > |
| interface for an arbitrary function space More... | |
This provides the interfaces for analytical function spaces. A function space is characterized by it's domain and range field type and the two finite dimensional vector spaces over these fields.
All corresponding types are given in a Traits class. In addition to the domain and range types also types for the Jacobian and the Hessian must be provieded.