|
dune-localfunctions
2.7.1
|
#include <dune/localfunctions/monomial/monomiallocalbasis.hh>
Public Types | |
| enum | { d = Traits::dimDomain-1 } |
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) |
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 |