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_rectangle_integrate_1d |
Integrate numerically with Gauss-Lobatto formula. More... | |
Modules | |
module | sll_m_rectangle_integration |
Rectangle integration. | |
Functions/Subroutines | |
real(kind=f64) function | rectangle_integral_1d (f, x, n) |
Integrate with rectangle formula. More... | |
real(kind=f64) function, dimension(n) | rectangle_weights (n, x) |
Returns a 1d array of size (n) containing rectangle integration weights in the interval [x(1),x(n)]. More... | |