The partmc program.
More...
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.
|
Detailed Description
Function Documentation
subroutine partmc::partmc_exact |
( |
type(spec_file_t),intent(inout) |
file | ) |
|
Run an exact solution simulation.
- Parameters:
-
subroutine partmc::partmc_part |
( |
type(spec_file_t),intent(inout) |
file | ) |
|
Run a Monte Carlo simulation.
- Parameters:
-
subroutine partmc::partmc_run |
( |
character(len=*),intent(in) |
spec_name | ) |
|
Do a PartMC run.
- Parameters:
-
subroutine partmc::partmc_sect |
( |
type(spec_file_t),intent(inout) |
file | ) |
|
Run a sectional code simulation.
- Parameters:
-
subroutine partmc::print_usage |
( |
| ) |
|
Print the usage text to stderr.