IAS-Astrophysics / athenak

Performance-portable version of the Athena++ astrophysical AMR-MHD code using Kokkos.
BSD 3-Clause "New" or "Revised" License
34 stars 24 forks source link

fix vtk format bug with POINT_DATA header #574

Closed gnwong closed 2 months ago

gnwong commented 3 months ago

Simple fix to bug in particle vtk output format. The POINT_DATA header should only be written once and SCALARS should be used to specify different point datasets.