KASKADE 7 development version
|
#include <lagrangeshapefunctions.hh>
Definition at line 267 of file lagrangeshapefunctions.hh.
Public Member Functions | |
LagrangeBase (int order) | |
Constructor. More... | |
int | size () const |
The number of Lagrange polynomials. More... | |
int | order () const |
The polynomial ansatz order of this Lagrange basis. More... | |
std::array< int, dim+1 > | index (int i) const |
Protected Attributes | |
int | myOrder |
std::vector< std::array< int, dim+1 > > | ls |
Kaskade::LagrangeBase< dim >::LagrangeBase | ( | int | order | ) |
Constructor.
l | the barycentric index of the shape function with nonnegative entries. The order of the shape function is \( p = \sum_{i=0}^d l_i \). |
|
inline |
Definition at line 293 of file lagrangeshapefunctions.hh.
|
inline |
The polynomial ansatz order of this Lagrange basis.
Definition at line 288 of file lagrangeshapefunctions.hh.
|
inline |
The number of Lagrange polynomials.
Definition at line 280 of file lagrangeshapefunctions.hh.
|
protected |
Definition at line 300 of file lagrangeshapefunctions.hh.
Referenced by Kaskade::LagrangeBase< dim >::index(), and Kaskade::LagrangeBase< dim >::size().
|
protected |
Definition at line 299 of file lagrangeshapefunctions.hh.
Referenced by Kaskade::LagrangeBase< dim >::order().