Skip to content

[ctest/partmesh] Use correct ip data for one test

wenqing requested to merge wenqing/ogs:update_ctest into master

Benchmark partmesh_mesh_withsigma_ip_with_mixed_element_types tests the ip data partitioning of partmesh. However, the ip data of the input mesh file was generated by running the ogs with M process before the bug in ip data output being fixed. That means wrong ip data are partitioned and compared as they are to test partmesh (partmesh does not check the correction of ip data).

This MR replaces the input mesh file of the test with the one created with the latest OGS.

Thanks @chleh found this error with his new tool that converts integration point data to a point cloud.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?

Merge request reports