#include <dune/localfunctions/utility/monomialbasis.hh>
|
| | MonomialBasis (unsigned int order) |
| |
| const unsigned int * | sizes (unsigned int order) const |
| |
| const unsigned int * | sizes () const |
| |
| unsigned int | size () const |
| |
| unsigned int | derivSize (const unsigned int deriv) const |
| |
| unsigned int | order () 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 |
| |
§ DomainVector
template<class Topology, class F>
§ Field
template<class Topology, class F>
§ RangeVector
template<class Topology, class F>
§ Size
template<class Topology, class F>
§ MonomialBasis()
template<class Topology, class F>
§ derivSize()
template<class Topology, class F>
§ evaluate() [1/7]
template<class Topology, class F>
§ evaluate() [2/7]
template<class Topology, class F>
template<unsigned int deriv>
§ evaluate() [3/7]
template<class Topology, class F>
template<unsigned int deriv, class Vector >
§ evaluate() [4/7]
template<class Topology, class F>
template<unsigned int deriv, DerivativeLayout layout>
§ evaluate() [5/7]
template<class Topology, class F>
template<unsigned int deriv>
§ evaluate() [6/7]
template<class Topology, class F>
template<class Vector >
§ evaluate() [7/7]
template<class Topology, class F>
template<class DVector , class RVector >
| void Dune::MonomialBasis< Topology, F >::evaluate |
( |
const DVector & |
x, |
|
|
RVector & |
values |
|
) |
| const |
|
inline |
§ integrate() [1/2]
template<class Topology, class F>
§ integrate() [2/2]
template<class Topology, class F>
template<class Vector >
§ order()
template<class Topology, class F>
§ size()
template<class Topology, class F>
§ sizes() [1/2]
template<class Topology, class F>
§ sizes() [2/2]
template<class Topology, class F>
§ topologyId()
template<class Topology, class F>
§ dimension
template<class Topology, class F>
§ dimRange
template<class Topology, class F>
The documentation for this class was generated from the following file: