Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Variables
sll_m_working_precision Module Reference

Description

Module to select the kind parameter.

In future developement we consider to put here some ISO_C bindings to call selalib from python.

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...
 

Variable Documentation

◆ f32

integer, parameter, public f32 = selected_real_kind(1, 37)

f32 is the kind type for 32-bit reals (simple precision)

Definition at line 51 of file sll_m_working_precision.F90.

◆ f64

integer, parameter, public f64 = selected_real_kind(1, 99)

f64 is the kind type for 64-bit reals (double precision)

Definition at line 53 of file sll_m_working_precision.F90.

◆ i32

integer, parameter, public i32 = selected_int_kind(9)

i32 is the kind type for 32-bit integers

Definition at line 46 of file sll_m_working_precision.F90.

◆ i64

integer, parameter, public i64 = selected_int_kind(18)

i64 is the kind type for 64-bit integers

Definition at line 49 of file sll_m_working_precision.F90.

    Report Typos and Errors