![]() |
Octopus
|
top level module for all calculation modes More...
top level module for all calculation modes
Functions/Subroutines | |
| integer function | get_resp_method (namespace) |
| query input file for the response mode. More... | |
| subroutine, public | run (namespace, calc_mode_id) |
| main routine to run all calculations: This routine parses the input file, sets up the systems and interactions, and calls the corresponding routines for the requested run mode. More... | |
| subroutine | calc_mode_parallel_strategy_init (calc_mode_id) |
| Calculation mode initialization (parallelization strategy) More... | |
Variables | |
| integer, parameter | lr = 1 |
| integer, parameter | fd = 2 |
|
private |
| subroutine, public run_oct_m::run | ( | type(namespace_t), intent(in) | namespace, |
| integer, intent(in) | calc_mode_id | ||
| ) |
|
private |