4.1.1.5.1.1. pyfem.io.ContourWriter module
- class ContourWriter(props: Any, globdat: Any)[source]
Bases:
BaseModuleOutput module for writing contour data along specified node sets.
Writes nodal coordinates, degrees of freedom, and output variables along a contour line at specified intervals during the simulation.
- run(props: Any, globdat: Any) None[source]
Write contour data for the current simulation step.
Outputs nodal coordinates, DOF values, and element output variables for all nodes in the specified contour at the current cycle.
- Parameters:
props – Properties dictionary (not used in this method).
globdat – Global data object containing simulation state.