class pd3::python::core::State
class pd3::python::core::State
: public object
Wrapper for node metadata, and wrapper for libpd3._State.
Binds NodeMaps relevant for resolving Study conditions.
Note that State should not be constructed explicitly.
Summary
| Members | Descriptions |
|---|---|
displacement(self) →NodeMap |
pd3.NodeMap containing node displacements of the next step. |
force(self) →NodeMap |
pd3.NodeMap containing the calculated forces at nodes. |
velocity(self) →NodeMap |
pd3.NodeMap containing the resultant velocities at nodes. |
Members
displacement
displacement(self) → NodeMap
pd3.NodeMap containing node displacements of the next step.
force
pd3.NodeMap containing the calculated forces at nodes.
velocity
pd3.NodeMap containing the resultant velocities at nodes.