![]() |
GBS
|
Functions/Subroutines | |
| subroutine, public | read_restart (iord3d) |
| Read restart file. More... | |
| subroutine | adjust_initial_state |
| Set initial conditions on restart (reset profiles) More... | |
| subroutine, public | write_restart (iord3d) |
| Writes new restart file. More... | |
Variables | |
| real(dp), public | last_timeout_0d |
| real(dp), public | last_timeout_1d |
| Time evolved in GBS since last 0d/1d results save, stored in restart. More... | |
| real(dp), public | last_timeout_2d |
| real(dp), public | last_timeout_3d |
| Time evolved in GBS since last 2d/3d results save, stored in restart. More... | |
| character(len=64), public | rstfile |
| Filename of the restart file. More... | |
| integer, public | fidrst |
| Fortran unit for rstfile. More... | |
|
private |
Set initial conditions on restart (reset profiles)
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine, public restart_mod::read_restart | ( | integer, dimension(3), intent(in) | iord3d | ) |
Read restart file.
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine, public restart_mod::write_restart | ( | integer, dimension(3), intent(in) | iord3d | ) |
Writes new restart file.
Here is the call graph for this function:
Here is the caller graph for this function:| integer, public restart_mod::fidrst |
Fortran unit for rstfile.
| real(dp), public restart_mod::last_timeout_0d |
| real(dp), public restart_mod::last_timeout_1d |
Time evolved in GBS since last 0d/1d results save, stored in restart.
| real(dp), public restart_mod::last_timeout_2d |
| real(dp), public restart_mod::last_timeout_3d |
Time evolved in GBS since last 2d/3d results save, stored in restart.
| character(len=64), public restart_mod::rstfile |
Filename of the restart file.