|  | v0.15.0 | 
Implementation of Lobatto polynomials. More...
Go to the source code of this file.
| Classes | |
| struct | MoFEM::LobattoPolynomialCtx | 
| Context class for Lobatto basis function arguments.  More... | |
| struct | MoFEM::LobattoPolynomial | 
| Class for calculating Lobatto basis functions.  More... | |
| struct | MoFEM::KernelLobattoPolynomialCtx | 
| Context class for Kernel Lobatto basis function arguments.  More... | |
| struct | MoFEM::KernelLobattoPolynomial | 
| Class for calculating Kernel Lobatto basis functions.  More... | |
| Namespaces | |
| namespace | MoFEM | 
| implementation of Data Operators for Forces and Sources | |
| Functions | |
| PetscErrorCode | MoFEM::Lobatto_polynomials (int p, double s, double *diff_s, double *L, double *diffL, const int dim) | 
| Calculate Lobatto basis functions [24]. | |
Implementation of Lobatto polynomials.
This file provides functions and classes for calculating Lobatto polynomial basis functions and their derivatives for use in finite element approximations. Lobatto polynomials are particularly useful for spectral and high-order methods.
Definition in file LobattoPolynomial.hpp.
