Procedures that will orient the program towards the right test case.
More...
|
subroutine | tc_prepare_next_iteration () |
| Prepare some test cases for time loop next iteration.
|
|
subroutine | tc_post_process () |
| Post-process some test cases.
|
|
subroutine | tc_prepare () |
| Prepare some test cases.
|
|
subroutine | tc_compute_reference_solution () |
| Compute the reference solution of a test case (if relevant)
|
|
The 'processing' directory contains the following files:
- reference_solution.f90 that computes the reference solution of a test case (if relevant)
- next_iteration.f90 is called at the beginning of each time loop (complement the UI)
- post_process.f90 is called for post-processing (complement the UI)
- prepare.f90 is called during the preparation step (complement the UI)