Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • VTK-m VTK-m
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 212
    • Issues 212
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 39
    • Merge requests 39
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTK-mVTK-m
  • Merge requests
  • !2891

Draft: Flow poincare analysis and refactoring of filters

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Abhishek Yenpure requested to merge ayenpure/vtk-m:flow_poincare_analysis into master Oct 17, 2022
  • Overview 112
  • Commits 3
  • Pipelines 49
  • Changes 46

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.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: flow_poincare_analysis