A module which starts the simulation. More...
Public Member Functions | |
subroutine | initialize_all () |
Initialize everything : configuration, initialization, timers. More... | |
subroutine | finalize_all () |
Finalize everything : configuration, initialization, timers. More... | |
subroutine | start_simulation () |
Start the simulation (advection, chemistry) More... | |
subroutine | start_run (rank) |
Start an 2D-advection with chemistry. More... | |
subroutine | init_chemistry_all (nb_parts) |
subroutine | chemistry_iteration_all (k, nb_parts) |
Public Attributes | |
type(partitioning), target, save | list_parts |
A module which starts the simulation.
subroutine pangolin_run::chemistry_iteration_all | ( | integer, intent(in) | k, |
integer, intent(in) | nb_parts | ||
) |
subroutine pangolin_run::finalize_all | ( | ) |
Finalize everything : configuration, initialization, timers.
subroutine pangolin_run::init_chemistry_all | ( | integer, intent(in) | nb_parts | ) |
subroutine pangolin_run::initialize_all | ( | ) |
Initialize everything : configuration, initialization, timers.
subroutine pangolin_run::start_run | ( | integer, intent(in) | rank | ) |
Start an 2D-advection with chemistry.
subroutine pangolin_run::start_simulation | ( | ) |
Start the simulation (advection, chemistry)
type(partitioning), target, save pangolin_run::list_parts |