- Home
- About DUNE
- Download
- Documentation
- Community
- Development
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. | |
typedef FieldMatrix< typename Traits::RangeField, dimR, Traits::dimDomainGlobal > | Jacobian |
Jacobian properties. | |
Static Public Attributes | |
static const std::size_t | dimRange = dimR |
Dimension of the range values. | |
static const std::size_t | diffOrder |
maximum number of partial derivatives supported |
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.
const std::size_t Dune::PowerBasis< Backend, dimR >::Traits::diffOrder [static] |
Backend::Traits::diffOrder > 0 ? 1 : 0
maximum number of partial derivatives supported
const std::size_t Dune::PowerBasis< Backend, dimR >::Traits::dimRange = dimR [static] |
Dimension of the range values.
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].