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_rectangle_integration.F90 File Reference
#include "sll_working_precision.h"
Include dependency graph for sll_m_rectangle_integration.F90:

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