Functions | |
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. | |
Variables | |
character(len=300) | spec_name |
subroutine partmc::partmc_exact | ( | type(spec_file_t),intent(out) | file | ) |
Run an exact solution simulation.
file | Spec file. |
subroutine partmc::partmc_part | ( | type(spec_file_t),intent(out) | file | ) |
Run a Monte Carlo simulation.
file | Spec file. |
subroutine partmc::partmc_run | ( | character(len=*),intent(in) | spec_name | ) |
Do a PartMC run.
spec_name | Spec filename. |
subroutine partmc::partmc_sect | ( | type(spec_file_t),intent(out) | file | ) |
Run a sectional code simulation.
file | Spec file. |
subroutine partmc::print_usage | ( | ) |
Print the usage text to stderr.
character(len=300) partmc::spec_name |