OspGrillage.store_state#

static OspGrillage.store_state()#

Capture current displacements, velocities, and accelerations of all nodes.

Records the state of all nodes in the OpenSees model for later restoration. Typically used in transient analysis to preserve state between analysis steps.

Returns#

dict

Dictionary with node tags as keys and dictionaries containing ‘disp’, ‘vel’, ‘accel’ entries as values.