dune-fem 2.8.0
|
Traits class for matrix valued spaces. More...
#include <dune/fem/space/common/functionspace.hh>
Public Types | |
enum | { dimRange = m1 * m2 } |
dimension of range vector space More... | |
enum | { dimDomain = n } |
dimension of domain vector space More... | |
typedef DomainFieldImp | DomainFieldType |
Intrinsic type used for values in the domain field (usually a double) | |
typedef RangeFieldImp | RangeFieldType |
Intrinsic type used for values in the range field (usually a double) | |
typedef FieldVector< DomainFieldImp, n > | DomainType |
Type of domain vector (using type of domain field) has a Dune::FieldVector type interface. | |
typedef RangeMatrix< RangeFieldImp, m1, m2 > | RangeType |
Type of range vector (using type of range field) has a Dune::FieldVector type interface. | |
typedef MatrixMapping< DomainFieldImp, RangeFieldImp, n, m1, m2 > | LinearMappingType |
linear mapping type | |
typedef MatrixFunctionSpace< DomainFieldImp, RangeFieldImp, n, 1, 1 > | ScalarFunctionSpaceType |
scalar function space type | |
Traits class for matrix valued spaces.
typedef DomainFieldImp Dune::Fem::MatrixSpaceTraits< DomainFieldImp, RangeFieldImp, n, m1, m2 >::DomainFieldType |
Intrinsic type used for values in the domain field (usually a double)
typedef FieldVector<DomainFieldImp, n> Dune::Fem::MatrixSpaceTraits< DomainFieldImp, RangeFieldImp, n, m1, m2 >::DomainType |
Type of domain vector (using type of domain field) has a Dune::FieldVector type interface.
typedef MatrixMapping<DomainFieldImp,RangeFieldImp, n, m1,m2> Dune::Fem::MatrixSpaceTraits< DomainFieldImp, RangeFieldImp, n, m1, m2 >::LinearMappingType |
linear mapping type
typedef RangeFieldImp Dune::Fem::MatrixSpaceTraits< DomainFieldImp, RangeFieldImp, n, m1, m2 >::RangeFieldType |
Intrinsic type used for values in the range field (usually a double)
typedef RangeMatrix<RangeFieldImp, m1,m2> Dune::Fem::MatrixSpaceTraits< DomainFieldImp, RangeFieldImp, n, m1, m2 >::RangeType |
Type of range vector (using type of range field) has a Dune::FieldVector type interface.
typedef MatrixFunctionSpace<DomainFieldImp,RangeFieldImp,n,1,1> Dune::Fem::MatrixSpaceTraits< DomainFieldImp, RangeFieldImp, n, m1, m2 >::ScalarFunctionSpaceType |
scalar function space type
anonymous enum |
anonymous enum |