![]() |
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_working_precision.h"Go to the source code of this file.
Data Types | |
| interface | sll_o_trapz_integrate_1d |
| Integrate numerically with Gauss-Lobatto formula. More... | |
Modules | |
| module | sll_m_trapz_integration |
| Trapezoid formula for numerical integration. | |
Functions/Subroutines | |
| real(kind=f64) function | trapz_integral_1d (f, x, n) |
| Integrate with trapz formula. More... | |
| real(kind=f64) function, dimension(n) | trapz_weights (n, x) |
| Returns a 1d array of size (n) containing trapz integration weights in the interval [x(1),x(n)]. More... | |
1.9.1