dune-localfunctions
2.2.1
|
Type traits for LocalBasisInterface. More...
#include <dune/localfunctions/common/localbasis.hh>
Public Types | |
enum | { dimDomain = n } |
Enum for domain dimension. More... | |
enum | { dimRange = m } |
Enum for range dimension. More... | |
enum | { diffOrder =0 } |
Enum for differentiability order. More... | |
typedef DF | DomainFieldType |
Export type for domain field. More... | |
typedef D | DomainType |
domain type More... | |
typedef RF | RangeFieldType |
Export type for range field. More... | |
typedef R | RangeType |
range type More... | |
Type traits for LocalBasisInterface.
A shape function is a function
This traits class holds information how the signature of this function is represented in C++ types.
This is just a convenience class for supplying traits to the C0LocalBasisInterface.
DF | Type to represent the field in the domain. |
n | Dimension of the domain. |
D | Type to represent the domain, allows random access. |
RF | Type to represent the field in the range. |
m | Dimension of the range. |
R | Type to represent the range, allows random access. |
typedef DF Dune::C0LocalBasisTraits< DF, n, D, RF, m, R >::DomainFieldType |
Export type for domain field.
typedef D Dune::C0LocalBasisTraits< DF, n, D, RF, m, R >::DomainType |
domain type
typedef RF Dune::C0LocalBasisTraits< DF, n, D, RF, m, R >::RangeFieldType |
Export type for range field.
typedef R Dune::C0LocalBasisTraits< DF, n, D, RF, m, R >::RangeType |
range type
anonymous enum |
anonymous enum |
anonymous enum |