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

Timing facility.

Description of timer library (72 characters)

Author
samuel de santis samue.nosp@m.l.de.nosp@m.santi.nosp@m.s@ma.nosp@m.th.un.nosp@m.istr.nosp@m.a.fr

How to use-it

First, add the line

We can now use the functions.
Definition: sll_m_timer.F90:40

declare an sll_t_time_mark object

type(sll_t_time_mark) :: mark
Author
Selalib team You can add a contact, do not put your email to prevent spam.

Long description of timer, you can add some references or math equations.

Headers file available

Modules available List fortran module available

How to use it

Examples -Add some fortran lines to explain how ti use the library

call initialize(my_type, arg_1, arg_2)
call solve(my_type, your_result)
    Report Typos and Errors