Octopus
restart_oct_m::restart_t Type Reference

Detailed Description

Definition at line 218 of file restart.F90.

Public Attributes

type(namespace_t), pointer, public namespace
 namespace depending on system to modify path More...
 

Private Member Functions

procedure get_data_type => restart_get_data_type
 

Private Attributes

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_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 Function/Subroutine Documentation

◆ get_data_type()

procedure restart_oct_m::restart_t::get_data_type
private

Definition at line 232 of file restart.F90.

Member Data Documentation

◆ 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

type(namespace_t), pointer, public restart_oct_m::restart_t::namespace

namespace depending on system to modify path

Definition at line 226 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 227 of file restart.F90.

◆ mc

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

Definition at line 228 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 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 the mesh used in the current calculations.

Definition at line 230 of file restart.F90.


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