dune-pdelab
2.5-dev
|
#include <dune/pdelab/common/function.hh>
Public Types | |
enum | { dimDomain = n } |
Enum for domain dimension. More... | |
enum | { dimRange = m } |
Enum for range dimension. More... | |
typedef DF | DomainFieldType |
Export type for domain field. More... | |
typedef D | DomainType |
domain type in dim-size coordinates More... | |
typedef RF | RangeFieldType |
Export type for range field. More... | |
typedef R | RangeType |
range type More... | |
traits class holding function signature, same as in local function
DF | The numeric type of the field representing the domain. |
dimension | of the domain. |
D | The type of the domain. |
m | The dimension of the range. |
RF | The numeric type of the field representing the range. |
R | The type of the range. |
typedef DF Dune::PDELab::FunctionTraits< DF, n, D, RF, m, R >::DomainFieldType |
Export type for domain field.
typedef D Dune::PDELab::FunctionTraits< DF, n, D, RF, m, R >::DomainType |
domain type in dim-size coordinates
typedef RF Dune::PDELab::FunctionTraits< DF, n, D, RF, m, R >::RangeFieldType |
Export type for range field.
typedef R Dune::PDELab::FunctionTraits< DF, n, D, RF, m, R >::RangeType |
range type
anonymous enum |
anonymous enum |