Skip to content

Add new function class MonomialSet<K,dim,n>

Carsten Gräser requested to merge feature/extract-monomial-implementation into master

This implements all dim-variate monomials up to order n as components of a vector-valued differentiable functions. Currently this is only specialized for order dim=1 and dim=2.

The implementation was extracted from the test CubicHermiteBasis and adjusted to model the differentiable function interface.

Merge request reports