The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
HDF5 restart structure.
Contains definition and data for saving/loading to distributed restart files.
Public Attributes | |
integer(i4) | count = 0 |
Number of values owned by local process. | |
real(r8), dimension(:), pointer | data => NULL() |
Array holding local data. | |
integer(i8) | dim = 0 |
Length of global array. | |
logical | full = .TRUE. |
Distributed data flag. | |
integer(i8) | offset = 0 |
Offset in global array. | |
integer(i4) count = 0 |
Number of values owned by local process.
real(r8), dimension(:), pointer data => NULL() |
Array holding local data.
integer(i8) dim = 0 |
Length of global array.
logical full = .TRUE. |
Distributed data flag.
integer(i8) offset = 0 |
Offset in global array.