|
| DGLegendreLocalBasis () |
|
unsigned int | size () const |
| number of shape functions
|
|
void | evaluateFunction (const typename Traits::DomainType &x, std::vector< typename Traits::RangeType > &value) const |
| Evaluate all shape functions.
|
|
void | evaluateJacobian (const typename Traits::DomainType &x, std::vector< typename Traits::JacobianType > &value) const |
| Evaluate Jacobian of all shape functions.
|
|
void | partial (const std::array< unsigned int, Traits::dimDomain > &DUNE_UNUSED(order), const typename Traits::DomainType &DUNE_UNUSED(in), std::vector< typename Traits::RangeType > &DUNE_UNUSED(out)) const |
| Evaluate partial derivative of all shape functions.
|
|
unsigned int | order () const |
| Polynomial order of the shape functions.
|
|
template<class D, class R, int k, int d>
class Dune::LegendreStuff::DGLegendreLocalBasis< D, R, k, d >
Lagrange shape functions of order k on the reference cube.
Also known as
.
- Template Parameters
-
D | Type to represent the field in the domain. |
R | Type to represent the field in the range. |
k | Polynomial degree |
d | Dimension of the cube |