dune-localfunctions
2.9.0
|
#include <dune/localfunctions/monomial/monomiallocalbasis.hh>
Static Public Member Functions | |
template<typename Access > | |
static void | eval (const typename Traits::DomainType &in, const std::array< unsigned int, Traits::dimDomain > &derivatives, typename Traits::RangeFieldType prod, int bound, int &index, Access &access) |
Static Public Attributes | |
constexpr static int | d = Traits::dimDomain-1 |
Template Metaprogramm for evaluating monomial shapefunctions
Specializes the end of the recursion
|
inlinestatic |
Access | Wrapper around the result vector, so we don't have to copy the output and can still use the same code for both the usual drivatives and for the Jacobian |
|
staticconstexpr |