Skip to content

Release 0.0.6

Compare
Choose a tag to compare
@hguo hguo released this 26 Mar 01:50
· 205 commits to master since this release
  • New ParaView filter CriticalPointTracker
    • The new filter is the replacement of the previous CriticalPoint2DTracker, CriticalPointTracker2DUnstructured, and CriticalPoint3DTracker
    • The new integrated filter will determine mesh type (e.g., vtkUnstructuredGrid and vtkImageData) and dimensionality (2 or 3) for tracking critical points
    • The new filter uses correct coordinates and extents for vtkStructuredGrid, vtkRectilinearGrid, and vtkImageData
  • New ParaView filter CriticalLineTracker that tracks intersections of isosurfaces in two scalar functions; GPU accelerated critical line tracker
  • SYCL support (experimental)
    • 2D critical point tracking in regular grids (experimental)
  • New features for XGC
    • XGC 3D blob core line tracking with CUDA acceleration
    • New executable ftk.xgc.poincare that computes Poincare plot for XGC simulations; CUDA accelerated Poincare plot computation
  • New features for MPAS-O
    • I/O for MPAS-O netCDF outputs
    • Eddy center tracking in MPAS-O outputs
  • Improved I/O for netCDF, HDF5, ADIOS2, and VTK
  • Documentation
    • New example of in situ critical point tracking in a heat transfer simulation
  • Various bug fixes and performance improvements