|
dune-pdelab
2.5-dev
|
Define the Pk Lagrange basis functions in 1d on the reference interval. More...
#include <dune/pdelab/finiteelement/pk1d.hh>
Public Types | |
| typedef Dune::LocalFiniteElementTraits< Pk1dLocalBasis, Pk1dLocalCoefficients, Pk1dLocalInterpolation< Pk1dLocalBasis > > | Traits |
Public Member Functions | |
| Pk1dLocalFiniteElement (std::size_t k) | |
| const Traits::LocalBasisType & | localBasis () const |
| const Traits::LocalCoefficientsType & | localCoefficients () const |
| const Traits::LocalInterpolationType & | localInterpolation () const |
| Dune::GeometryType | type () const |
| Pk1dLocalFiniteElement * | clone () const |
Define the Pk Lagrange basis functions in 1d on the reference interval.
Unlike the corresponding implementation in dune-localfunctions, the order k is a run-time parameter here!
| D | Type to represent domain. |
| R | Type to represent range. |
| typedef Dune::LocalFiniteElementTraits<Pk1dLocalBasis, Pk1dLocalCoefficients, Pk1dLocalInterpolation<Pk1dLocalBasis> > Dune::Pk1dLocalFiniteElement< D, R >::Traits |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.17