The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Public Attributes | List of all members
hdf5_rst Type Reference

Detailed Description

HDF5 restart structure.

Contains definition and data for saving/loading to distributed restart files.

Note
Local ownership in HDF5 files is different from linear algebra ownership.

Public Attributes

integer(i4count = 0
 Number of values owned by local process.
 
real(r8), dimension(:), pointer data => NULL()
 Array holding local data.
 
integer(i8dim = 0
 Length of global array.
 
logical full = .TRUE.
 Distributed data flag.
 
integer(i8offset = 0
 Offset in global array.
 

Member Data Documentation

◆ count

integer(i4) count = 0

Number of values owned by local process.

◆ data

real(r8), dimension(:), pointer data => NULL()

Array holding local data.

◆ dim

integer(i8) dim = 0

Length of global array.

◆ full

logical full = .TRUE.

Distributed data flag.

◆ offset

integer(i8) offset = 0

Offset in global array.


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