Post-processing#
Once a solve returns, post-processing is a matter of reading the dataclass it produced, computing any derived quantities you need, and handing the mesh + result arrays to pyvista / VTK for rendering or export.
Result objects
Field-by-field reference for StaticResult, ModalResult,
TransientResult, and CyclicModalResult.
Strain and stress
Model.eel() for elastic strain, the Voigt convention,
per-element vs nodal-averaged output, stress recovery.
Visualisation and export
Attach result arrays to the grid, warp by mode shape, write
.vtu / .pv for ParaView.