dune-localfunctions
2.2.0
|
types of domain and range More...
#include <dune/localfunctions/common/interface.hh>
Public Types | |
typedef ImplementationDefined | Jacobian |
Jacobian properties. |
Static Public Attributes | |
static const std::size_t | diffOrder = implementationDefined |
maximum number of partial derivatives supported |
Domain properties (local and global) | |
typedef ImplementationDefined | DomainField |
Field type of the domain. | |
typedef ImplementationDefined | DomainLocal |
Type used for coordinate vectors in the local domain. | |
typedef ImplementationDefined | DomainGlobal |
Type used for coordinate vectors in the world domain. | |
static const std::size_t | dimDomainLocal = implementationDefined |
Dimension of the local coordinate system. | |
static const std::size_t | dimDomainGlobal = implementationDefined |
Dimension of the world coordinate system. |
Range properties (global range only) | |
typedef ImplementationDefined | RangeField |
Field type of the range. | |
typedef ImplementationDefined | Range |
Type used for range values. | |
static const std::size_t | dimRange = implementationDefined |
Dimension of the range values. |
types of domain and range
typedef ImplementationDefined Dune::BasisInterface::Traits::DomainField |
Field type of the domain.
Reimplemented in Dune::LocalToGlobalBasisAdaptorTraits< LocalBasisTraits, dimDomainGlobal_ >.
typedef ImplementationDefined Dune::BasisInterface::Traits::DomainGlobal |
Type used for coordinate vectors in the world domain.
Reimplemented in Dune::LocalToGlobalBasisAdaptorTraits< LocalBasisTraits, dimDomainGlobal_ >.
typedef ImplementationDefined Dune::BasisInterface::Traits::DomainLocal |
Type used for coordinate vectors in the local domain.
Reimplemented in Dune::LocalToGlobalBasisAdaptorTraits< LocalBasisTraits, dimDomainGlobal_ >.
typedef ImplementationDefined Dune::BasisInterface::Traits::Jacobian |
Jacobian properties.
dimRange
x dimDomainGlobal
components of type RangeField
. Reimplemented in Dune::LocalToGlobalBasisAdaptorTraits< LocalBasisTraits, dimDomainGlobal_ >.
typedef ImplementationDefined Dune::BasisInterface::Traits::Range |
Type used for range values.
Reimplemented in Dune::LocalToGlobalBasisAdaptorTraits< LocalBasisTraits, dimDomainGlobal_ >.
typedef ImplementationDefined Dune::BasisInterface::Traits::RangeField |
Field type of the range.
Reimplemented in Dune::LocalToGlobalBasisAdaptorTraits< LocalBasisTraits, dimDomainGlobal_ >.
|
static |
maximum number of partial derivatives supported
Reimplemented in Dune::LocalToGlobalBasisAdaptorTraits< LocalBasisTraits, dimDomainGlobal_ >.
|
static |
Dimension of the world coordinate system.
Reimplemented in Dune::LocalToGlobalBasisAdaptorTraits< LocalBasisTraits, dimDomainGlobal_ >.
|
static |
Dimension of the local coordinate system.
Reimplemented in Dune::LocalToGlobalBasisAdaptorTraits< LocalBasisTraits, dimDomainGlobal_ >.
|
static |
Dimension of the range values.
Reimplemented in Dune::LocalToGlobalBasisAdaptorTraits< LocalBasisTraits, dimDomainGlobal_ >.