PartMC 2.1.3
|
The partmc program. More...
Go to the source code of this file.
Functions/Subroutines | |
program | partmc |
Top level driver. | |
subroutine | print_usage () |
Print the usage text to stderr. | |
subroutine | partmc_run (spec_name) |
Do a PartMC run. | |
subroutine | partmc_part (file) |
Run a Monte Carlo simulation. | |
subroutine | partmc_exact (file) |
Run an exact solution simulation. | |
subroutine | partmc_sect (file) |
Run a sectional code simulation. |
The partmc program.
Definition in file partmc.F90.
program partmc | ( | ) |
Top level driver.
Definition at line 132 of file partmc.F90.
subroutine partmc::partmc_exact | ( | type(spec_file_t),intent(inout) | file | ) |
Run an exact solution simulation.
file | Spec file. |
Definition at line 661 of file partmc.F90.
subroutine partmc::partmc_part | ( | type(spec_file_t),intent(inout) | file | ) |
subroutine partmc::partmc_run | ( | character(len=*),intent(in) | spec_name | ) |
subroutine partmc::partmc_sect | ( | type(spec_file_t),intent(inout) | file | ) |
Run a sectional code simulation.
file | Spec file. |
Definition at line 832 of file partmc.F90.
subroutine partmc::print_usage | ( | ) |
Print the usage text to stderr.
Definition at line 180 of file partmc.F90.