BasisTraits for C0SimpleBasis. More...
#include <dune/localfunctions/common/simplebasis.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. | |
typedef D | DomainType |
domain type | |
typedef RF | RangeFieldType |
Export type for range field. | |
typedef R | RangeType |
range type | |
Static Public Attributes | |
static const unsigned | diffOrder = 0 |
Limit the diffOrder to 0. |
BasisTraits for C0SimpleBasis.
LB | Type of the local basis. | |
Geo | Type of the geometry. |
typedef DF Dune::C0LocalBasisTraits< DF, n, D, RF, m, R >::DomainFieldType [inherited] |
Export type for domain field.
typedef D Dune::C0LocalBasisTraits< DF, n, D, RF, m, R >::DomainType [inherited] |
domain type
typedef RF Dune::C0LocalBasisTraits< DF, n, D, RF, m, R >::RangeFieldType [inherited] |
Export type for range field.
typedef R Dune::C0LocalBasisTraits< DF, n, D, RF, m, R >::RangeType [inherited] |
range type
anonymous enum [inherited] |
anonymous enum [inherited] |
anonymous enum [inherited] |
const unsigned Dune::BasisTraits< C0SimpleBasis< LB > >::diffOrder = 0 [static] |
Limit the diffOrder to 0.
Reimplemented from Dune::C0LocalBasisTraits< DF, n, D, RF, m, R >.