Lagrange shape functions of order k on the reference cube.
More...
#include <dune/pdelab/finiteelement/qkdglobatto.hh>
|
typedef LocalBasisTraits< D, d, Dune::FieldVector< D, d >, R, 1, Dune::FieldVector< R, 1 >, Dune::FieldMatrix< R, 1, d > > | Traits |
|
|
unsigned int | size () const |
| number of shape functions More...
|
|
void | evaluateFunction (const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const |
| Evaluate all shape functions. More...
|
|
void | evaluateJacobian (const typename Traits::DomainType &in, std::vector< typename Traits::JacobianType > &out) const |
| Evaluate Jacobian of all shape functions. More...
|
|
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. More...
|
|
unsigned int | order () const |
| Polynomial order of the shape functions. More...
|
|
template<class D, class R, int k, int d>
class Dune::QkStuff::QkGLLocalBasis< 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 |
◆ Traits
template<class D , class R , int k, int d>
typedef LocalBasisTraits<D,d,Dune::FieldVector<D,d>,R,1,Dune::FieldVector<R,1>,Dune::FieldMatrix<R,1,d> > Dune::QkStuff::QkGLLocalBasis< D, R, k, d >::Traits |
◆ evaluateFunction()
template<class D , class R , int k, int d>
void Dune::QkStuff::QkGLLocalBasis< D, R, k, d >::evaluateFunction |
( |
const typename Traits::DomainType & |
in, |
|
|
std::vector< typename Traits::RangeType > & |
out |
|
) |
| const |
|
inline |
Evaluate all shape functions.
◆ evaluateJacobian()
template<class D , class R , int k, int d>
void Dune::QkStuff::QkGLLocalBasis< D, R, k, d >::evaluateJacobian |
( |
const typename Traits::DomainType & |
in, |
|
|
std::vector< typename Traits::JacobianType > & |
out |
|
) |
| const |
|
inline |
Evaluate Jacobian of all shape functions.
◆ order()
template<class D , class R , int k, int d>
Polynomial order of the shape functions.
◆ partial()
template<class D , class R , int k, int d>
void Dune::QkStuff::QkGLLocalBasis< D, R, k, d >::partial |
( |
const std::array< unsigned int, Traits::dimDomain > & |
order, |
|
|
const typename Traits::DomainType & |
in, |
|
|
std::vector< typename Traits::RangeType > & |
out |
|
) |
| const |
|
inline |
Evaluate partial derivative of all shape functions.
◆ size()
template<class D , class R , int k, int d>
number of shape functions
The documentation for this class was generated from the following file: