DUNE PDELab (2.9)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dune::QkStuff::QkGLLocalBasis< D, R, k, d > Class Template Reference
Lagrange shape functions of order k on the reference cube. More...
#include <dune/pdelab/finiteelement/qkdglobatto.hh>
Public Member Functions | |
unsigned int | size () const |
number of shape functions | |
void | evaluateFunction (const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const |
Evaluate all shape functions. | |
void | evaluateJacobian (const typename Traits::DomainType &in, std::vector< typename Traits::JacobianType > &out) const |
Evaluate Jacobian of all shape functions. | |
void | partial (const std::array< unsigned int, Traits::dimDomain > &order, const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const |
Evaluate partial derivative of all shape functions. | |
unsigned int | order () const |
Polynomial order of the shape functions. | |
Detailed Description
template<class D, class R, int k, int d>
class Dune::QkStuff::QkGLLocalBasis< D, R, k, d >
class Dune::QkStuff::QkGLLocalBasis< D, R, k, d >
Lagrange shape functions of order k on the reference cube.
Also known as Q^k.
- 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
The documentation for this class was generated from the following file:
- dune/pdelab/finiteelement/qkdglobatto.hh
