Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_working_precision.h"
#include "sll_errors.h"
Go to the source code of this file.
Data Types | |
type | sll_t_profile_functions |
Modules | |
module | sll_m_profile_functions |
functions for initial profile of the particle distribution function | |
Functions/Subroutines | |
subroutine | init_profile_functions (self, input_file) |
real(kind=f64) function | rho_0 (self, r) |
real(kind=f64) function | drho_0 (self, r) |
real(kind=f64) function | t_i (self, r) |
real(kind=f64) function | dt_i (self, r) |
real(kind=f64) function | t_e (self, r) |
real(kind=f64) function | radial_distrib (self, r) |