XGC1
|
#include "globals.hpp"
Go to the source code of this file.
Classes | |
struct | lagrange_weights |
This struct contains interpolation weights for 1D Lagrange interpolating polynomials of arbitrary order on a uniform 1D grid. More... | |
Macros | |
#define | LAGRANGE_MAX_ORDER 8 |
1.0 A. Mollen July 2022
Structs for Lagrange interpolation weights on a uniform 1D grid.
NOTE: Maximum order hard-coded to LAGRANGE_MAX_ORDER but could straightforwardly be extended by changing array size (avoids dynamic size for performance).
#define LAGRANGE_MAX_ORDER 8 |