![]() |
Octopus
|
Definition at line 200 of file restart.F90.
Public Attributes | |
| type(namespace_t), pointer, public | namespace |
| namespace depending on system to modify path More... | |
Private Attributes | |
| integer | data_type |
| Type of information that the restart is supposed to read/write (GS, TD, etc) More... | |
| integer | type |
| 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 the mesh used in the current calculations. More... | |
|
private |
Type of information that the restart is supposed to read/write (GS, TD, etc)
Definition at line 202 of file restart.F90.
|
private |
Restart type: RESTART_TYPE_DUMP or RESTART_TYPE_LOAD.
Definition at line 203 of file restart.F90.
|
private |
If set to .true., no restart information should be loaded or dumped.
Definition at line 204 of file restart.F90.
|
private |
Directory where the restart information is stored.
Definition at line 205 of file restart.F90.
|
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 206 of file restart.F90.
| type(namespace_t), pointer, public restart_oct_m::restart_t::namespace |
namespace depending on system to modify path
Definition at line 208 of file restart.F90.
Some operations require an mpi group to be used.
Definition at line 209 of file restart.F90.
|
private |
Definition at line 210 of file restart.F90.
|
private |
If no, mesh info is not written or read, and mesh functions cannot be written or read.
Definition at line 211 of file restart.F90.
|
private |
Map between the points of the stored mesh and the mesh used in the current calculations.
Definition at line 212 of file restart.F90.