Dune::MonomImp::Evaluate< Traits, 1 > Struct Template Reference

Specializes the end of the recursion. More...

#include <dune/localfunctions/monom/monomlocalbasis.hh>

List of all members.

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)

Detailed Description

template<typename Traits>
struct Dune::MonomImp::Evaluate< Traits, 1 >

Specializes the end of the recursion.

Template Metaprogramm for evaluating monomial shapefunctions


Member Enumeration Documentation

template<typename Traits >
anonymous enum
Enumerator:
d 

Member Function Documentation

template<typename Traits >
template<typename Access >
static void Dune::MonomImp::Evaluate< Traits, 1 >::eval ( const typename Traits::DomainType &  in,
const array< int, Traits::dimDomain > &  derivatives,
typename Traits::RangeFieldType  prod,
int  bound,
int &  index,
Access &  access 
) [inline, static]
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

References Dune::MonomImp::Evaluate< Traits, c >::d, and Dune::MonomImp::ipow().


The documentation for this struct was generated from the following file:

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].