#include <dune/localfunctions/utility/monomialbasis.hh>
|
| StandardMonomialBasis (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 |
|
void | evaluate (const DomainVector &x, Field *const values) const |
|
void | evaluate (const DomainVector &x, Vector &values) const |
|
void | evaluate (const DomainVector &x, Derivatives< Field, dimension, 1, deriv, layout > *values) const |
|
void | evaluate (const DomainVector &x, FieldVector< Field, Derivatives< Field, dimension, 1, deriv, value >::size > *values) const |
|
void | evaluate (const DomainVector &x, Vector &values) const |
|
void | evaluate (const DVector &x, RVector &values) const |
|
void | integrate (Field *const values) const |
|
void | integrate (Vector &values) const |
|
template<int dim, class F>
template<int dim, class F>
const unsigned int Dune::MonomialBasis< GenericGeometry::SimplexTopology< dim >::type , F >::derivSize |
( |
const unsigned int |
deriv | ) |
const |
|
inlineinherited |
void Dune::MonomialBasis< GenericGeometry::SimplexTopology< dim >::type , F >::evaluate |
( |
const DVector & |
x, |
|
|
RVector & |
values |
|
) |
| const |
|
inlineinherited |
void Dune::MonomialBasis< GenericGeometry::SimplexTopology< dim >::type , F >::integrate |
( |
Vector & |
values | ) |
const |
|
inlineinherited |
const unsigned int Dune::MonomialBasis< GenericGeometry::SimplexTopology< dim >::type , F >::order |
( |
| ) |
const |
|
inlineinherited |
const unsigned int Dune::MonomialBasis< GenericGeometry::SimplexTopology< dim >::type , F >::size |
( |
| ) |
const |
|
inlineinherited |
const unsigned int* Dune::MonomialBasis< GenericGeometry::SimplexTopology< dim >::type , F >::sizes |
( |
unsigned int |
order | ) |
const |
|
inlineinherited |
const unsigned int* Dune::MonomialBasis< GenericGeometry::SimplexTopology< dim >::type , F >::sizes |
( |
| ) |
const |
|
inlineinherited |
const unsigned int Dune::MonomialBasis< GenericGeometry::SimplexTopology< dim >::type , F >::topologyId |
( |
| ) |
const |
|
inlineinherited |
template<int dim, class F>
const unsigned int Dune::MonomialBasis< GenericGeometry::SimplexTopology< dim >::type , F >::dimRange |
|
staticinherited |
The documentation for this class was generated from the following file: