Skip to content

convert some TCI and HRSC for 2d runs

Florian Atteneder requested to merge feature/tci+hrsc2d into main

So far converted

  • HRSC.ArtficialViscositySmoother
  • HRSC.EntropyViscosity
  • HRSC.TCIViscosity
  • TCI.Threshold

Also added a vtk (vtk+xml) 2d output mode and started an implementation for a xdmf+bin 2d output mode. Paraview seems to be more performent when reading vtk than reading xdmf+h5. Question is whether this also holds for xdmf+bin, although I doubt, because IIUC then Paraview converts to the VTK format internally before rendering.

Merge request reports