Skip to content

Fix the vtk output for vectors in parallel

Sebastian Ohlmann requested to merge fix_vtk_vector_parallel into main

Description

This still used the old code path, resulting in a call to mesh_to_cube using a global mesh function which does not work anymore.

Add vtk output for a scalar and a vector quantity in a test and test some basic quantities in the header of the corresponding output files.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports