Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Go to the source code of this file.
Modules | |
module | sll_m_working_precision |
Module to select the kind parameter. | |
Variables | |
integer, parameter, public | i32 = selected_int_kind(9) |
i32 is the kind type for 32-bit integers More... | |
integer, parameter, public | i64 = selected_int_kind(18) |
i64 is the kind type for 64-bit integers More... | |
integer, parameter, public | f32 = selected_real_kind(1, 37) |
f32 is the kind type for 32-bit reals (simple precision) More... | |
integer, parameter, public | f64 = selected_real_kind(1, 99) |
f64 is the kind type for 64-bit reals (double precision) More... | |