Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
match_moment_1d_linear Interface Reference

!Match mean E[X] and E[X^2] = first and second order moment More...

Private Member Functions

subroutine match_moment_1d_linear_real64 (x, mean, mom2)
 

Detailed Description

!Match mean E[X] and E[X^2] = first and second order moment

Definition at line 21 of file sll_m_moment_matching.F90.

Member Function/Subroutine Documentation

◆ match_moment_1d_linear_real64()

subroutine match_moment_1d_linear_real64 ( real(kind=f64), dimension(:), intent(inout)  x,
real(kind=f64), intent(in)  mean,
real(kind=f64), intent(in)  mom2 
)
private

Definition at line 34 of file sll_m_moment_matching.F90.

    Report Typos and Errors