dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Dune::Pk1dLocalFiniteElement< D, R > Class Template Reference

Define the Pk Lagrange basis functions in 1d on the reference interval. More...

#include <dune/pdelab/finiteelement/pk1d.hh>

Inheritance diagram for Dune::Pk1dLocalFiniteElement< D, R >:
Inheritance graph

Public Member Functions

 Pk1dLocalFiniteElement (std::size_t k)
 

Detailed Description

template<class D, class R>
class Dune::Pk1dLocalFiniteElement< D, R >

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!

Template Parameters
DType to represent domain.
RType to represent range.

Constructor & Destructor Documentation

◆ Pk1dLocalFiniteElement()

template<class D , class R >
Dune::Pk1dLocalFiniteElement< D, R >::Pk1dLocalFiniteElement ( std::size_t  k)
inline

The documentation for this class was generated from the following file: