Octopus
restart_oct_m::restart_t Type Reference

Detailed Description

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_tmpi_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...
 

Member Data Documentation

◆ data_type

integer restart_oct_m::restart_t::data_type
private

Type of information that the restart is supposed to read/write (GS, TD, etc)

Definition at line 202 of file restart.F90.

◆ type

integer restart_oct_m::restart_t::type
private

Restart type: RESTART_TYPE_DUMP or RESTART_TYPE_LOAD.

Definition at line 203 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 204 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 205 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 206 of file restart.F90.

◆ namespace

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.

◆ mpi_grp

type(mpi_grp_t) restart_oct_m::restart_t::mpi_grp
private

Some operations require an mpi group to be used.

Definition at line 209 of file restart.F90.

◆ mc

type(multicomm_t), pointer restart_oct_m::restart_t::mc
private

Definition at line 210 of file restart.F90.

◆ 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 211 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 the mesh used in the current calculations.

Definition at line 212 of file restart.F90.


The documentation for this type was generated from the following file: