|
enum | |
| Dimensions of domain and range. More...
|
|
enum | |
|
typedef MatrixSpaceTraits< DomainFieldImp, RangeFieldImp, n, m1, m2 >::DomainFieldType | DomainFieldType |
| Intrinsic type used for values in the domain field (usually a double) More...
|
|
typedef MatrixSpaceTraits< DomainFieldImp, RangeFieldImp, n, m1, m2 >::RangeFieldType | RangeFieldType |
| Intrinsic type used for values in the range field (usually a double) More...
|
|
typedef MatrixSpaceTraits< DomainFieldImp, RangeFieldImp, n, m1, m2 >::DomainType | DomainType |
| Type of domain vector (using type of domain field) has a Dune::FieldVector type interface. More...
|
|
typedef MatrixSpaceTraits< DomainFieldImp, RangeFieldImp, n, m1, m2 >::RangeType | RangeType |
| Type of range vector (using type of range field) has a Dune::FieldVector type interface. More...
|
|
typedef MatrixSpaceTraits< DomainFieldImp, RangeFieldImp, n, m1, m2 >::LinearMappingType | JacobianRangeType |
| Intrinsic type used for the jacobian values has a Dune::FieldMatrix type interface. More...
|
|
typedef FieldVector< FieldMatrix< RangeFieldType, dimDomain, dimDomain >, dimRange > | HessianRangeType |
| Intrinsic type used for the hessian values has a Dune::FieldMatrix type interface. More...
|
|
typedef MatrixSpaceTraits< DomainFieldImp, RangeFieldImp, n, m1, m2 >::ScalarFunctionSpaceType | ScalarFunctionSpaceType |
| corresponding scalar function space More...
|
|
template<typename DomainFieldImp, typename RangeFieldImp, int n, int m1, int m2>
class Dune::Fem::MatrixFunctionSpace< DomainFieldImp, RangeFieldImp, n, m1, m2 >
A matrix valued function space.