Skip to content

FemzipAPIStatus

Bases: Structure

This struct summarizes the state of the femzip API library. The library has a shared, global state which is stored in static variables. The state of the gloval vars is tracked by this struct.

Attributes:

Name Type Description
is_file_open c_int32

Whether a femzip file is opened and being processed.

is_geometry_read c_int32

Whether the geometry was already read.

is_states_open c_int32

Whether processing of the states was started.

i_timestep_state c_int32

Counter of timestep processing.

i_timestep_activity c_int32

Counter of activity data for timesteps.