Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_working_precision.h"
Go to the source code of this file.
Data Types | |
type | sll_t_time_mark |
type use for clock reading More... | |
Modules | |
module | sll_m_timer |
We can now use the functions. | |
Functions/Subroutines | |
subroutine, public | sll_s_set_time_mark (timer_obj) |
reads time parameters from system and stores in its argument. param timer_obj an object of type sll_t_time_mark, intent(out). More... | |
real(kind=f64) function, public | sll_f_time_elapsed_between (t0, t1) |
Computes the time elapsed between two time marks. More... | |
real(kind=f64) function, public | sll_f_time_elapsed_since (t0) |
Computes the time elapsed since a particular time mark was set. More... | |
Variables | |
integer, parameter | itimer = selected_int_kind(18) |
Kind parameter defined here determines clock resolution (e.g. see 'system_clock' intrinsic subroutine in gfortran docs) More... | |