|
dune-localfunctions
2.2.1
|
Lagrange shape functions of arbitrary order on the 1D reference triangle. More...
#include <dune/localfunctions/lagrange/pk1d/pk1dlocalbasis.hh>
Public Types | |
| enum | { N = k+1 } |
| Export the number of degrees of freedom. More... | |
| enum | { O = k } |
| Export the element order. More... | |
| typedef LocalBasisTraits< D, 1, Dune::FieldVector< D, 1 > , R, 1, Dune::FieldVector< R, 1 > , Dune::FieldMatrix< R, 1, 1 > > | Traits |
Public Member Functions | |
| Pk1DLocalBasis () | |
| Standard constructor. More... | |
| unsigned int | size () const |
| number of shape functions More... | |
| void | evaluateFunction (const typename Traits::DomainType &x, std::vector< typename Traits::RangeType > &out) const |
| Evaluate all shape functions. More... | |
| void | evaluateJacobian (const typename Traits::DomainType &x, std::vector< typename Traits::JacobianType > &out) const |
| Evaluate Jacobian of all shape functions. More... | |
| unsigned int | order () const |
| Polynomial order of the shape functions. More... | |
Lagrange shape functions of arbitrary order on the 1D reference triangle.
Lagrange shape functions of arbitrary order have the property that
for certain points
.
| D | Type to represent the field in the domain. |
| R | Type to represent the field in the range. |
| k | Polynomial order. |
| typedef LocalBasisTraits<D, 1, Dune::FieldVector<D,1>, R, 1, Dune::FieldVector<R,1>, Dune::FieldMatrix<R,1,1> > Dune::Pk1DLocalBasis< D, R, k >::Traits |
| anonymous enum |
|
inline |
Standard constructor.
|
inline |
Evaluate all shape functions.
References Dune::Pk1DLocalBasis< D, R, k >::N.
|
inline |
Evaluate Jacobian of all shape functions.
References Dune::Pk1DLocalBasis< D, R, k >::N.
|
inline |
Polynomial order of the shape functions.
|
inline |
number of shape functions
References Dune::Pk1DLocalBasis< D, R, k >::N.
1.8.3.1