Definition at line 218 of file restart.F90.
|
integer | data_type = RESTART_UNDEFINED |
| Type of information that the restart is supposed to read/write (GS, TD, etc) More...
|
|
integer | type = RESTART_UNDEFINED |
| Restart type: RESTART_TYPE_DUMP or RESTART_TYPE_LOAD. More...
|
|
logical | skip |
| If set to .true., no restart information should be loaded or dumped. More...
|
|
character(len=max_path_len) | dir |
| Directory where the restart information is stored. More...
|
|
character(len=max_path_len) | pwd |
| The current directory where the restart information is being loaded from or dumped to. It can be either dir or a subdirectory of dir. More...
|
|
type(mpi_grp_t) | mpi_grp |
| Some operations require an mpi group to be used. More...
|
|
type(multicomm_t), pointer | mc |
|
logical | has_mesh |
| If no, mesh info is not written or read, and mesh functions cannot be written or read. More...
|
|
integer(int64), dimension(:), allocatable | map |
| Map between the points of the stored mesh and. More...
|
|
◆ get_data_type()
procedure restart_oct_m::restart_t::get_data_type |
|
private |
◆ data_type
integer restart_oct_m::restart_t::data_type = RESTART_UNDEFINED |
|
private |
Type of information that the restart is supposed to read/write (GS, TD, etc)
Definition at line 220 of file restart.F90.
◆ type
integer restart_oct_m::restart_t::type = RESTART_UNDEFINED |
|
private |
Restart type: RESTART_TYPE_DUMP or RESTART_TYPE_LOAD.
Definition at line 221 of file restart.F90.
◆ skip
logical restart_oct_m::restart_t::skip |
|
private |
If set to .true., no restart information should be loaded or dumped.
Definition at line 222 of file restart.F90.
◆ dir
character(len=max_path_len) restart_oct_m::restart_t::dir |
|
private |
Directory where the restart information is stored.
Definition at line 223 of file restart.F90.
◆ pwd
character(len=max_path_len) restart_oct_m::restart_t::pwd |
|
private |
The current directory where the restart information is being loaded from or dumped to. It can be either dir or a subdirectory of dir.
Definition at line 224 of file restart.F90.
◆ namespace
namespace depending on system to modify path
Definition at line 226 of file restart.F90.
◆ mpi_grp
Some operations require an mpi group to be used.
Definition at line 227 of file restart.F90.
◆ mc
◆ has_mesh
logical restart_oct_m::restart_t::has_mesh |
|
private |
If no, mesh info is not written or read, and mesh functions cannot be written or read.
Definition at line 229 of file restart.F90.
◆ map
integer(int64), dimension(:), allocatable restart_oct_m::restart_t::map |
|
private |
Map between the points of the stored mesh and.
Definition at line 230 of file restart.F90.
The documentation for this type was generated from the following file: