Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
sll_quadrature

Implementation of various quadrature rules for integration of a function.

Authors
Edwin Chacon-Golcher, Laura Mendoza and Pierre Navaro.

This module aims at providing a single interface to the process of integrating a function on a given interval.

How to use it

Examples

sll_f_gauss_legendre_points_and_weights(5,-1.0_f64,1.0_f64)
x = gauss_lobatto_points( 10, -1._f64, 1._f64)
w = gauss_lobatto_weights(10)
    Report Typos and Errors