catalyst.v2_internals Module¶
INTERNAL MODULE, NOT FOR PUBLIC CONSUMPTION.
Used by vtkCPPythonScriptV2Pipeline and may change without notice.
- class paraview.catalyst.v2_internals.CatalystV1Information(dataDescription)[source]¶
Bases:
object
Provides information to the current catalyst_execute call.
- property cycle¶
returns the current simulation cycle or timestep index
- property dataDescription¶
avoid using this unless absolutely sure what you’re doing
- property time¶
returns the current simulation time
- property timestep¶
returns the current simulation cycle or timestep index
- class paraview.catalyst.v2_internals.CatalystV2Information[source]¶
Bases:
object
- property catalyst_params¶
returns a reference to the arguments (as a conduit node) passed in catalyst_execute for this timestep. This reference should be treated as a READ-ONLY since any change will affect the data passed by the simulation.
Note: This call will import the catalyst_conduit python package tha ships with catalyst. So make sure that your PYTHONPATH includes it. The path is available in the cmake variable CATALYST_PYTHONPATH during configuration.
- property cycle¶
returns the current simulation cycle or timestep index
- property time¶
returns the current simulation time
- property timestep¶
returns the current simulation cycle or timestep index