PartMC
2.2.0
|
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.
[in,out] | file | Spec file. |
Definition at line 647 of file partmc.F90.
subroutine partmc::partmc_part | ( | type(spec_file_t), intent(inout) | file | ) |
Run a Monte Carlo simulation.
[in,out] | file | Spec file. |
Definition at line 225 of file partmc.F90.
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.
[in,out] | file | Spec file. |
Definition at line 817 of file partmc.F90.
subroutine partmc::print_usage | ( | ) |
Print the usage text to stderr.
Definition at line 179 of file partmc.F90.