Contains module m_data_output.
More...
|
| module | m_data_output |
| | This module takes care of writing the grid and initial condition data files into the "0" time-step directory located in the folder associated with the rank of the local processor, which is a sub- directory of the case folder specified by the user in the input file pre_process.inp.
|
|
| impure subroutine, public | m_data_output::s_write_serial_data_files (q_cons_vf, q_prim_vf, bc_type) |
| | Writes grid and initial condition data files to the "0" time-step directory in the local processor rank folder.
|
| impure subroutine, public | m_data_output::s_write_parallel_data_files (q_cons_vf, q_prim_vf, bc_type) |
| | Writes grid and initial condition data files in parallel to the "0" time-step directory in the local processor rank folder.
|
| impure subroutine, public | m_data_output::s_initialize_data_output_module |
| | Computation of parameters, allocation procedures, and/or any other tasks needed to properly setup the module.
|
| impure subroutine, public | m_data_output::s_finalize_data_output_module |
| | Resets s_write_data_files pointer.
|
Contains module m_data_output.