Pangolin
 All Classes Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
pangolin_run Module Reference

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
 

Detailed Description

A module which starts the simulation.

Author
Alexis Praga

Member Function/Subroutine Documentation

subroutine pangolin_run::chemistry_iteration_all ( integer, intent(in)  k,
integer, intent(in)  nb_parts 
)

Here is the call graph for this function:

subroutine pangolin_run::finalize_all ( )

Finalize everything : configuration, initialization, timers.

Here is the call graph for this function:

subroutine pangolin_run::init_chemistry_all ( integer, intent(in)  nb_parts)

Here is the call graph for this function:

subroutine pangolin_run::initialize_all ( )

Initialize everything : configuration, initialization, timers.

Here is the call graph for this function:

subroutine pangolin_run::start_run ( integer, intent(in)  rank)

Start an 2D-advection with chemistry.

Here is the call graph for this function:

subroutine pangolin_run::start_simulation ( )

Start the simulation (advection, chemistry)

Here is the call graph for this function:

Member Data Documentation

type(partitioning), target, save pangolin_run::list_parts

The documentation for this module was generated from the following file: