Skip to content

Draft: Flow poincare analysis and refactoring of filters

Abhishek Yenpure requested to merge ayenpure/vtk-m:flow_poincare_analysis into master

Refactoring the flow filters to improve ways to specify different types of filters.

  1. Adding the ability to specify custom termination criteria
  2. Adding the ability to specify custom types of analysis

For filters, adding FlowTraits to specify which particle type, field type, termination type, and analysis type should be used.

For XGC Poincare:

  1. Adding initial implementation of XGC field TODO: Adding Poincare Analysis and NumPunctures termination class to complete support for XGC Poincare plots.

Merge request reports