Skip to content

Fix/speed up NekMesh

Jingtian Zhou requested to merge tz722/nektar:fix/SpeedUP_NekMesh into master

Issue/feature addressed

Some of the tests in NekMesh are taking too much time and need speeding up.

Proposed solution

Decreasing the time in Test "NekMesh_MeshGen/STEP/2d_circle_square-radapt", "NekMesh_MeshGen/STEP/3d_bl_wing", "NekMesh_Nektar++/peralign_double_periodic_hybrid" and "NekMesh_StarTec/spherigon_bl_straight_rw"

Implementation

1. Reducing the order of the mesh. 2. Increasing the Minimum mesh size. 3. Reducing the number of prism layers

Tests

Suggested reviewers

Notes

Please add any other information that could be useful for reviewers.

Checklist

  • Functions and classes, or changes to them, are documented.
  • User guide/documentation is updated.
  • Changelog is updated.
  • Suitable tests added for new functionality.
  • Contributed code is correctly formatted. (See the contributing guidelines).
  • License added to any new files.
  • No extraneous files have been added (e.g. compiler output or test data files).
Edited by Jingtian Zhou

Merge request reports

Loading