|
dune-fem
2.8-git
|
A matrix valued function space. More...
#include <dune/fem/space/common/functionspace.hh>

Public Types | |
| enum | |
| Dimensions of domain and range. More... | |
| enum | |
| typedef FunctionSpaceTraits::DomainFieldType | DomainFieldType |
| Intrinsic type used for values in the domain field (usually a double) More... | |
| typedef FunctionSpaceTraits::RangeFieldType | RangeFieldType |
| Intrinsic type used for values in the range field (usually a double) More... | |
| typedef FunctionSpaceTraits::DomainType | DomainType |
| Type of domain vector (using type of domain field) has a Dune::FieldVector type interface. More... | |
| typedef FunctionSpaceTraits::RangeType | RangeType |
| Type of range vector (using type of range field) has a Dune::FieldVector type interface. More... | |
| typedef FunctionSpaceTraits::LinearMappingType | JacobianRangeType |
| Intrinsic type used for the jacobian values has a Dune::FieldMatrix type interface. More... | |
| typedef ExplicitFieldVector< 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... | |
A matrix valued function space.
|
inherited |
Intrinsic type used for values in the domain field (usually a double)
|
inherited |
Type of domain vector (using type of domain field) has a Dune::FieldVector type interface.
|
inherited |
Intrinsic type used for the hessian values has a Dune::FieldMatrix type interface.
|
inherited |
Intrinsic type used for the jacobian values has a Dune::FieldMatrix type interface.
|
inherited |
Intrinsic type used for values in the range field (usually a double)
|
inherited |
Type of range vector (using type of range field) has a Dune::FieldVector type interface.
|
inherited |
corresponding scalar function space
|
inherited |
Dimensions of domain and range.
|
inherited |