template<class RangeFieldType, int dimension, int maxDegree>
struct Dune::Functions::MonomialSet< RangeFieldType, dimension, maxDegree >::Derivative
Set of all first order derivatives of monomials up to degree maxDegree as vector of vector valued functions.
template<class RangeFieldType, int dimension, int maxDegree>
template<class DomainFieldType>
| Dune::FieldMatrix< RangeFieldType, size, dim > Dune::Functions::MonomialSet< RangeFieldType, dimension, maxDegree >::Derivative::operator() |
( |
const Dune::FieldVector< DomainFieldType, dim > & | x | ) |
const |
|
constexpr |
Return array of arrays of monomial derivatives.
The ith component of the k-the entry of the returned structure is the derivative in direction i of the monomial corresponding the the k-th entry of the return value of exponents().
- Template Parameters
-
| DomainFieldType | The scalar type of the domain. |