Octopus
restart_oct_m::restart_basic_data_t Type Reference

restart_basic_data_t stores global information about a specific component we want to save. This includes the tag, and the specific sub folder. These information are the same for all restart objects. More...

Detailed Description

restart_basic_data_t stores global information about a specific component we want to save. This includes the tag, and the specific sub folder. These information are the same for all restart objects.

Definition at line 198 of file restart.F90.

Private Attributes

character(len=20) tag
 string describing the restart component More...
 
character(len=max_path_len) dir
 sub directory for this component of the restart data. More...
 
integer default_flags = 0
 

Member Data Documentation

◆ tag

character(len=20) restart_oct_m::restart_basic_data_t::tag
private

string describing the restart component

Definition at line 200 of file restart.F90.

◆ dir

character(len=max_path_len) restart_oct_m::restart_basic_data_t::dir
private

sub directory for this component of the restart data.

Definition at line 201 of file restart.F90.

◆ default_flags

integer restart_oct_m::restart_basic_data_t::default_flags = 0
private

Definition at line 203 of file restart.F90.


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