|
KASKADE 7 development version
|
#include <lagrangeshapefunctions.hh>
Definition at line 342 of file lagrangeshapefunctions.hh.
Public Types | |
| using | Vector = Dune::FieldVector< Real, dim > |
Public Member Functions | |
| LobattoGridLagrange (int order) | |
| Vector | nodalPosition (int i) const |
| Real | value (int i, Vector const &x) const |
| Real | derivative (int i, int dir, Vector const &xi) const |
| Real | derivative2 (int i, int dir1, int dir2, Vector const &xi) const |
| 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 |
| using Kaskade::LobattoGridLagrange< dim, Real >::Vector = Dune::FieldVector<Real,dim> |
Definition at line 345 of file lagrangeshapefunctions.hh.
| Kaskade::LobattoGridLagrange< dim, Real >::LobattoGridLagrange | ( | int | order | ) |
| Real Kaskade::LobattoGridLagrange< dim, Real >::derivative | ( | int | i, |
| int | dir, | ||
| Vector const & | xi | ||
| ) | const |
| Real Kaskade::LobattoGridLagrange< dim, Real >::derivative2 | ( | int | i, |
| int | dir1, | ||
| int | dir2, | ||
| Vector const & | xi | ||
| ) | const |
|
inlineinherited |
Definition at line 293 of file lagrangeshapefunctions.hh.
| Vector Kaskade::LobattoGridLagrange< dim, Real >::nodalPosition | ( | int | i | ) | const |
|
inlineinherited |
The polynomial ansatz order of this Lagrange basis.
Definition at line 288 of file lagrangeshapefunctions.hh.
|
inlineinherited |
The number of Lagrange polynomials.
Definition at line 280 of file lagrangeshapefunctions.hh.
| Real Kaskade::LobattoGridLagrange< dim, Real >::value | ( | int | i, |
| Vector const & | x | ||
| ) | const |
|
protectedinherited |
Definition at line 300 of file lagrangeshapefunctions.hh.
Referenced by Kaskade::LagrangeBase< dim >::index(), and Kaskade::LagrangeBase< dim >::size().
|
protectedinherited |
Definition at line 299 of file lagrangeshapefunctions.hh.
Referenced by Kaskade::LagrangeBase< dim >::order().