Contains module m_data_output.
More...
Go to the source code of this file.
|
| module | m_data_output |
| | Writes grid and initial condition data to serial or parallel output files.
|
|
| impure subroutine, public | m_data_output::s_write_serial_data_files (q_cons_vf, q_prim_vf, bc_type, q_t_sf) |
| | 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, q_t_sf) |
| | 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.
|
| subroutine | write_range (beg, end, label) |
| impure subroutine, public | m_data_output::s_finalize_data_output_module |
| | Resets s_write_data_files pointer.
|
Contains module m_data_output.
Definition in file m_data_output.fpp.f90.
◆ write_range()
| subroutine s_initialize_data_output_module::write_range |
( |
integer, intent(in) | beg, |
|
|
integer, intent(in) | end, |
|
|
character(*), intent(in) | label ) |
|
private |