More...
#include <dune/localfunctions/monomial/monomiallocalbasis.hh>
|
enum | { d = Traits::dimDomain-1
} |
|
|
template<typename Access > |
static void | eval (const typename Traits::DomainType &in, const std::array< int, Traits::dimDomain > &derivatives, typename Traits::RangeFieldType prod, int bound, int &index, Access &access) |
|
template<typename Traits>
struct Dune::MonomImp::Evaluate< Traits, 1 >
Template Metaprogramm for evaluating monomial shapefunctions Specializes the end of the recursion
§ anonymous enum
template<typename Traits >
§ eval()
template<typename Traits >
template<typename Access >
static void Dune::MonomImp::Evaluate< Traits, 1 >::eval |
( |
const typename Traits::DomainType & |
in, |
|
|
const std::array< int, Traits::dimDomain > & |
derivatives, |
|
|
typename Traits::RangeFieldType |
prod, |
|
|
int |
bound, |
|
|
int & |
index, |
|
|
Access & |
access |
|
) |
| |
|
inlinestatic |
- Todo:
- Template Parameters
-
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 |
The documentation for this struct was generated from the following file: