|
dune-localfunctions
2.7.1
|
types of domain and range More...
#include <dune/localfunctions/common/interface.hh>

Public Types | |
| typedef ImplementationDefined | Jacobian |
| Jacobian properties. More... | |
Domain properties (local and global) | |
| enum | { dimDomain = implementationDefined } |
| Enum for domain dimension. More... | |
| typedef ImplementationDefined | DomainFieldType |
| Field type of the domain. More... | |
| typedef ImplementationDefined | DomainType |
| Type used for coordinate vectors in the domain. More... | |
Range properties (global range only) | |
| enum | { dimRange = implementationDefined } |
| Enum for range dimension. More... | |
| typedef ImplementationDefined | RangeFieldType |
| Field type of the range. More... | |
| typedef ImplementationDefined | RangeType |
| Type used for range values. More... | |
types of domain and range
| typedef ImplementationDefined Dune::BasisInterface::Traits::DomainFieldType |
Field type of the domain.
| typedef ImplementationDefined Dune::BasisInterface::Traits::DomainType |
Type used for coordinate vectors in the domain.
| typedef ImplementationDefined Dune::BasisInterface::Traits::Jacobian |
Jacobian properties.
dimRange x dimDomain components of type RangeFieldType. | typedef ImplementationDefined Dune::BasisInterface::Traits::RangeFieldType |
Field type of the range.
| typedef ImplementationDefined Dune::BasisInterface::Traits::RangeType |
Type used for range values.