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

Go to the source code of this file.

Data Types

interface  match_moment_1d_linear
 !Match mean E[X] and E[X^2] = first and second order moment More...
 
interface  match_moment_1d_weight_linear
 !Match mean E[W X] and E[W X^2] = first and second order moment modifies only X, montecarlo estimate is: sum(W X)/N, N=len(X) More...
 

Modules

module  sll_m_moment_matching
 

Functions/Subroutines

subroutine match_moment_1d_linear_real64 (x, mean, mom2)
 
subroutine, public sll_s_match_moment_1d_weight_linear_real64 (x, w, mean, mom2, num)
 
    Report Typos and Errors