FemzipBufferInfo
Bases: Structure
This struct describes necessary buffer sizes for reading the file
Attributes:
Name | Type | Description |
---|---|---|
n_timesteps |
c_uint64
|
Number of timesteps |
timesteps |
POINTER(c_float)
|
Time for each timestep |
size_geometry |
c_uint64
|
Size of the geometry buffer |
size_state |
c_uint64
|
Size of the state buffer |
size_displacement |
c_uint64
|
Size for displacement array |
size_activity |
c_uint64
|
Size for activity array (deletion stuff) |
size_post |
c_uint64
|
Size of the post region of which I currently don't know anymore what it was. |
size_titles |
c_uint64
|
Size of the titles region behind the geomtry. |