Octopus
clock.F90 File Reference

Go to the source code of this file.

Modules

module  clock_oct_m
 

Data Types

interface  clock_oct_m::clock_t
 

Functions/Subroutines

type(iteration_counter_t) pure function clock_oct_m::clock_constructor (time_step, initial_iteration)
 Initialize the clock with a given time step. More...
 
pure real(8) function clock_oct_m::clock_time (this)
 

Variables

real(8), parameter, public clock_oct_m::clock_minimum_dt = 1.0e-13_real64
 This CLOCK_MINIMUM_DT parameter defines what is the time-step in the common reference frame of all clocks. It means that all the time-steps must be multiples of this one. This parameter also controls what is the maximum time a clock can have: More...