Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix another issue with wrong edge tag update in swap23. #285

Merged
merged 6 commits into from
Oct 24, 2024

Commits on Oct 17, 2024

  1. Fix another issue with wrond edge tag in swap23.

    The erroneous tag can be seen by adding chek on mesh consistency (call to MMG5_chkmesh) at the beginning of the loadbalancing function of ParMmg (PMMG_loadBalancing) and by calling the ls-CenIn-2 test case of ParMmg:
      - we try to perform a swap23 on a tetra with 2 boundary faces. Along the face at interface with the neighbour which with we perform the swap, the edge that doesn't belong to a boundary face has a wrong tag in the xtetra (due to a previous collapse that has added the xtetra). In the neighbour, the edge has the suitable tag. Leading to inconsistency.
    Algiane committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    668f675 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f50e6cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    649c999 View commit details
    Browse the repository at this point in the history
  4. Manual revert of commit

    Algiane committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    12543e3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/fix-vtk-install-deadlock-in-ci' into feature/pm…

    …mg-edge-tag-consistency
    Algiane committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1fc20a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    86de807 View commit details
    Browse the repository at this point in the history