Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_trapz_integration.F90 File Reference
#include "sll_working_precision.h"
Include dependency graph for sll_m_trapz_integration.F90:

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...
 
    Report Typos and Errors