GBS
|
Functions/Subroutines | |
subroutine, public | diagnose (kstep) |
Diagnostic routine. More... | |
subroutine | diagnose_0d |
Diagnose 0D data. More... | |
subroutine | diagnose_2d |
Diagnose 2D data. More... | |
subroutine | diagnose_3d |
Diagnose 3D data. More... | |
subroutine, public | endrun |
Terminate the run. More... | |
subroutine, public | write_checkpoint |
Write a restart and result checkpoint if time > saverst_time. More... | |
Variables | |
integer, dimension(3), parameter, public | iord3d = [3, 1, 2] |
Input order of 3d dimensions. More... | |
integer, dimension(2), parameter, public | iord2d = [1, 2] |
Input order of 2d dimesnions. More... | |
character(len=64), public | resfile |
Main result filename. More... | |
integer, public | fidres |
Fortran unit for diagnose_mod::resfile. More... | |
subroutine, public diagnose_mod::diagnose | ( | integer, intent(in) | kstep | ) |
Diagnostic routine.
|
private |
Diagnose 0D data.
|
private |
Diagnose 2D data.
|
private |
Diagnose 3D data.
subroutine, public diagnose_mod::endrun |
Terminate the run.
subroutine, public diagnose_mod::write_checkpoint |
Write a restart and result checkpoint if time > saverst_time.
integer, public diagnose_mod::fidres |
Fortran unit for diagnose_mod::resfile.
integer, dimension(2), parameter, public diagnose_mod::iord2d = [1, 2] |
Input order of 2d dimesnions.
integer, dimension(3), parameter, public diagnose_mod::iord3d = [3, 1, 2] |
Input order of 3d dimensions.
character(len=64), public diagnose_mod::resfile |
Main result filename.