Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
Modules | |
module | sll_m_gaussian |
sll_m_gaussian random generator | |
Functions/Subroutines | |
real(kind=f64) function, public | sll_f_gaussian_deviate () |
Returns a value of a random variable in ONE dimension following the Gaussian probability density with zero mean and unit variance, using random generator for the uniform deviates. More... | |
subroutine, public | sll_s_gaussian_deviate_2d (res) |
Returns a value of a random variable in TWO dimensions following the Gaussian probability density with zero mean and unit variance, using random generator for the uniform deviates. More... | |