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 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

paraview.catalyst.v2_internals.do_catalyst_execute(module)[source]
paraview.catalyst.v2_internals.do_catalyst_finalize(module)[source]
paraview.catalyst.v2_internals.do_catalyst_initialize(module)[source]
paraview.catalyst.v2_internals.do_request_data_description(module, dataDescription)[source]
paraview.catalyst.v2_internals.has_customized_execution(module)[source]
paraview.catalyst.v2_internals.import_and_validate(modulename)[source]
paraview.catalyst.v2_internals.register_module(path)[source]

register a file/directory as an importable module. Returns the name to use to import the module, on success, otherwise None.