Examples for Simulation Developers

These examples reside in the ParaView repository and are part of ParaView's CI process. The core differences are in the Adaptor class of each example which is where the simulation data are converted to a conduit node and passed to ParaView for processing. For a detailed example regarding the structure of a Catalyst Adaptor see here

To experiment with any example click on the download directory button in the GitLab interface and follow the instructions of Getting Started section.

  • C driver that creates unstructured mesh in a single channel [code]

  • C++ driver that creates unstructured mesh in a single channel [code]

  • Fortran90 driver that creates uniform mesh in a single channel [code]

  • Python driver that creates a uniform mesh in a single channel [code]

  • C++ driver that creates uniform mesh and passes arguments to the catalyst script [code]

  • C++ driver that creates 2 multiblock unstructured meshes each one on its dedicated channel [code]

  • C++ driver that uses the multimesh protocol [code]

  • C++ driver that utilizes a polygonal mesh [code]

  • C++ driver that utilizes a polyhedral mesh [code]

  • C++ dirver that utilizes an overlapping AMR dataset [code]

  • C++ driver that utilizes steering mode, where one can modify simulation parameters at runtime [code]