dune-localfunctions
2.2.1
|
types of domain and range More...
#include <dune/localfunctions/meta/power/basis.hh>
Public Types | |
typedef FieldVector< typename Traits::RangeField, dimR > | Range |
Type used for range values. More... | |
typedef FieldMatrix< typename Traits::RangeField, dimR, Traits::dimDomainGlobal > | Jacobian |
Jacobian properties. More... | |
Static Public Attributes | |
static const std::size_t | dimRange = dimR |
Dimension of the range values. More... | |
static const std::size_t | diffOrder |
maximum number of partial derivatives supported More... | |
types of domain and range
typedef FieldMatrix<typename Traits::RangeField, dimR, Traits::dimDomainGlobal> Dune::PowerBasis< Backend, dimR >::Traits::Jacobian |
Jacobian properties.
dimRange
x dimDomainGlobal
components of type RangeField
. typedef FieldVector<typename Traits::RangeField, dimR> Dune::PowerBasis< Backend, dimR >::Traits::Range |
Type used for range values.
|
static |
maximum number of partial derivatives supported
|
static |
Dimension of the range values.