types of domain and range
More...
#include <dune/localfunctions/meta/power/basis.hh>
|
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 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...
|
|
template<class Backend, std::size_t dimR>
struct Dune::PowerBasis< Backend, dimR >::Traits
types of domain and range
template<class Backend, std::size_t dimR>
Jacobian properties.
- Note
- The Jacobian should be some matrix type with
dimRange
x dimDomainGlobal
components of type RangeField
.
template<class Backend, std::size_t dimR>
Type used for range values.
template<class Backend, std::size_t dimR>
Initial value:=
Backend::Traits::diffOrder > 0 ? 1 : 0
maximum number of partial derivatives supported
template<class Backend, std::size_t dimR>
Dimension of the range values.
The documentation for this struct was generated from the following file: