Skip to content

Catalyst 2.0

Utkarsh Ayachit requested to merge utkarsh.ayachit/paraview:catalyst-2.0 into master

TODO:

  • rename vtkMeshBlueprintSource to vtkConduitSource
  • extend vtkConduitSource to support a reasonable initial set of dataset types.
  • figure out how to handle VTK_PYTHON_OPTIONAL_LINK=ON. When ON, we need to non-optional link the libcatalyst.so with python -- similar to what we do for the executables to avoid missing Python symbols. How to do that?
  • add support for validation (using blueprint) and better reporting of errors for unrecognized conduit:Nodes.
  • update several Catalyst examples
  • update ParaView Guide (?)

Open issues:

Edited by Utkarsh Ayachit

Merge request reports

Loading