#include <dune/localfunctions/utility/monomialbasis.hh>
Public Member Functions |
| | VirtualMonomialBasisImpl (unsigned int order) |
| const unsigned int * | sizes () const |
| void | evaluate (const unsigned int deriv, const DomainVector &x, Field *const values) const |
| void | integrate (Field *const values) const |
| const unsigned int | size () const |
| const unsigned int | order () const |
| const unsigned int | topologyId () const |
| void | evaluate (const DomainVector &x, Field *const values) const |
| void | evaluate (const DomainVector &x, Dune::FieldVector< Field, size > *const values) const |
| void | evaluate (const DomainVector &x, Derivatives< Field, dimension, 1, deriv, layout > *values) const |
| void | evaluate (const DomainVector &x, Vector &values) const |
| void | evaluate (const DVector &x, RVector &values) const |
| void | integrate (Vector &values) const |
Static Public Attributes |
| static const int | dimension |
| static const unsigned int | dimRange |
Member Typedef Documentation
template<class Topology , class F >
template<class Topology , class F >
Constructor & Destructor Documentation
template<class Topology , class F >
Member Function Documentation
template<class Topology , class F >
template<class Topology , class F >
template<class Topology , class F >
Member Data Documentation
The documentation for this class was generated from the following file: