#include <dune/localfunctions/utility/monomialbasis.hh>
|
| | MonomialBasis (unsigned int order) |
| |
| const unsigned int * | sizes (unsigned int order) const |
| |
| const unsigned int * | sizes () const |
| |
| const unsigned int | size () const |
| |
| const unsigned int | derivSize (const unsigned int deriv) const |
| |
| const unsigned int | order () const |
| |
| const unsigned int | topologyId () const |
| |
| void | evaluate (const unsigned int deriv, const DomainVector &x, Field *const values) const |
| |
| template<unsigned int deriv> |
| void | evaluate (const DomainVector &x, Field *const values) const |
| |
| template<unsigned int deriv, class Vector > |
| void | evaluate (const DomainVector &x, Vector &values) const |
| |
| template<unsigned int deriv, DerivativeLayout layout> |
| void | evaluate (const DomainVector &x, Derivatives< Field, dimension, 1, deriv, layout > *values) const |
| |
| template<unsigned int deriv> |
| void | evaluate (const DomainVector &x, FieldVector< Field, Derivatives< Field, dimension, 1, deriv, value >::size > *values) const |
| |
| template<class Vector > |
| void | evaluate (const DomainVector &x, Vector &values) const |
| |
| template<class DVector , class RVector > |
| void | evaluate (const DVector &x, RVector &values) const |
| |
| void | integrate (Field *const values) const |
| |
| template<class Vector > |
| void | integrate (Vector &values) const |
| |
|
| static const unsigned int | dimension = Base::dimDomain |
| |
| static const unsigned int | dimRange = 1 |
| |
template<class Topology, class F>
template<class Topology, class F>
template<class Topology, class F>
template<class Topology, class F>
template<class Topology, class F>
template<class Topology, class F>
| const unsigned int Dune::MonomialBasis< Topology, F >::derivSize |
( |
const unsigned int |
deriv | ) |
const |
|
inline |
template<class Topology, class F>
template<class Topology, class F>
template<unsigned int deriv>
template<class Topology, class F>
template<unsigned int deriv, class Vector >
template<class Topology, class F>
template<unsigned int deriv, DerivativeLayout layout>
template<class Topology, class F>
template<unsigned int deriv>
template<class Topology, class F>
template<class Vector >
template<class Topology, class F>
template<class DVector , class RVector >
| void Dune::MonomialBasis< Topology, F >::evaluate |
( |
const DVector & |
x, |
|
|
RVector & |
values |
|
) |
| const |
|
inline |
template<class Topology, class F>
template<class Topology, class F>
template<class Vector >
template<class Topology, class F>
template<class Topology, class F>
template<class Topology, class F>
template<class Topology, class F>
template<class Topology, class F>
template<class Topology, class F>
template<class Topology, class F>
The documentation for this class was generated from the following file: