|
typedef ThisType | FunctionSpaceType |
|
enum | |
| Dimensions of domain and range. More...
|
|
enum | |
|
typedef VectorSpaceTraits< DomainField, RangeField, dimD, dimR >::DomainFieldType | DomainFieldType |
| Intrinsic type used for values in the domain field (usually a double) More...
|
|
typedef VectorSpaceTraits< DomainField, RangeField, dimD, dimR >::RangeFieldType | RangeFieldType |
| Intrinsic type used for values in the range field (usually a double) More...
|
|
typedef VectorSpaceTraits< DomainField, RangeField, dimD, dimR >::DomainType | DomainType |
| Type of domain vector (using type of domain field) has a Dune::FieldVector type interface. More...
|
|
typedef VectorSpaceTraits< DomainField, RangeField, dimD, dimR >::RangeType | RangeType |
| Type of range vector (using type of range field) has a Dune::FieldVector type interface. More...
|
|
typedef VectorSpaceTraits< DomainField, RangeField, dimD, dimR >::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 VectorSpaceTraits< DomainField, RangeField, dimD, dimR >::ScalarFunctionSpaceType | ScalarFunctionSpaceType |
| corresponding scalar function space More...
|
|
template<class DomainField, class RangeField, int dimD, int dimR>
class Dune::Fem::FunctionSpace< DomainField, RangeField, dimD, dimR >
A vector valued function space.
FunctionSpace defines what the types of the domain vector space and the range vector space for a function are.