1#ifndef DUNE_FEM_FUNCTIONSPACEINTERFACE_HH
2#define DUNE_FEM_FUNCTIONSPACEINTERFACE_HH
4#include <dune/common/fvector.hh>
5#include <dune/common/fmatrix.hh>
38 template<
typename FunctionSpaceTraits >
48 dimRange = FunctionSpaceTraits :: dimRange
67 typedef typename FunctionSpaceTraits::DomainType
DomainType;
71 typedef typename FunctionSpaceTraits::RangeType
RangeType;
82 typedef typename FunctionSpaceTraits :: ScalarFunctionSpaceType
Definition: bindguard.hh:11
Definition: explicitfieldvector.hh:75
interface for an arbitrary function space
Definition: functionspaceinterface.hh:40
ExplicitFieldVector< FieldMatrix< RangeFieldType, dimDomain, dimDomain >, dimRange > HessianRangeType
Intrinsic type used for the hessian values has a Dune::FieldMatrix type interface.
Definition: functionspaceinterface.hh:79
FunctionSpaceTraits::DomainFieldType DomainFieldType
Intrinsic type used for values in the domain field (usually a double)
Definition: functionspaceinterface.hh:60
FunctionSpaceTraits::RangeType RangeType
Type of range vector (using type of range field) has a Dune::FieldVector type interface.
Definition: functionspaceinterface.hh:71
@ dimDomain
dimension of domain vector space
Definition: functionspaceinterface.hh:46
@ dimRange
dimension of range vector space
Definition: functionspaceinterface.hh:48
FunctionSpaceTraits::LinearMappingType JacobianRangeType
Intrinsic type used for the jacobian values has a Dune::FieldMatrix type interface.
Definition: functionspaceinterface.hh:75
FunctionSpaceTraits::DomainType DomainType
Type of domain vector (using type of domain field) has a Dune::FieldVector type interface.
Definition: functionspaceinterface.hh:67
FunctionSpaceTraits::RangeFieldType RangeFieldType
Intrinsic type used for values in the range field (usually a double)
Definition: functionspaceinterface.hh:63
FunctionSpaceTraits::ScalarFunctionSpaceType ScalarFunctionSpaceType
corresponding scalar function space
Definition: functionspaceinterface.hh:83
@ DimDomain
Definition: functionspaceinterface.hh:55
@ DimRange
Definition: functionspaceinterface.hh:56