|
dune-localfunctions
2.2.1
|
#include <dune/localfunctions/monom/monomlocalbasis.hh>
Public Types | |
| enum | { d = Traits::dimDomain-1 } |
Static Public Member Functions | |
| template<typename Access > | |
| static void | eval (const typename Traits::DomainType &in, const array< int, Traits::dimDomain > &derivatives, typename Traits::RangeFieldType prod, int bound, int &index, Access &access) |
| More... | |
Template Metaprogramm for evaluating monomial shapefunctions
|
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 |
References Dune::MonomImp::Evaluate< Traits, c >::d, and Dune::MonomImp::ipow().
1.8.3.1