Skip to content

Allow calling user-defined code in catalyst_results

Users can now write custom def catalyst_results(info) functions in their catalyst script which will be executed when the simulation calls catalyst_results. The conduit node passed as input to the call from the simulation side is available via info.catalyst_params.

depends on !6614 (merged) we should drop the common commits before merging .

Example:

  • catalyst script
  • using the information in the simulation side to decide which arrays to write.
Edited by Christos Tsolakis

Merge request reports