Skip to content

Feature/fix missing bdy ppt tag for parmmg+ls#212

Merged
Algiane merged 2 commits intodevelopfrom
feature/fix-missing-bdy-ppt-tag-for-parmmg+ls
May 5, 2023
Merged

Feature/fix missing bdy ppt tag for parmmg+ls#212
Algiane merged 2 commits intodevelopfrom
feature/fix-missing-bdy-ppt-tag-for-parmmg+ls

Conversation

@Algiane
Copy link
Copy Markdown
Member

@Algiane Algiane commented May 5, 2023

This PR remove a useless test on the iso mode: in iso mode, the MG_BDY tag at bdry points was not added during the call of the chkBdryTria function. It was not an issue as this tag is setted during the step of reconstruction of boundary tria from xtetra.

Algiane added 2 commits May 5, 2023 14:31
After this commit we do not test anymore if we are in iso mode to add boundary point tags in chkBdryTria func:
  - it should change nothing in Mmg as: i/ in iso mode all bdy point tags are removed at the end of the ls discretization step and recreated during the reconstruction of boundary triangles (all boundary triangles are removed too); ii/ in adaptation mode, the boundary point tags are normally added;

  - it should fix commit 86e1ff5 of ParMmg (test `ls-DisIn-ReadLs-*`) that fails due to the fact that we are in ls mode but the ls step is not yet implemented (so boundary triangles are not missing and boundary tag at points are never added).
@Algiane Algiane added kind: enhancement enhancement to an existing feature kind: bug error or fault kind: cleanup should be clean part: mmg3d mmg3d specific part: ls discretization isovalue discretiztion mode specificity and removed kind: enhancement enhancement to an existing feature labels May 5, 2023
@Algiane Algiane merged commit 94a5f0d into develop May 5, 2023
@Algiane Algiane deleted the feature/fix-missing-bdy-ppt-tag-for-parmmg+ls branch June 13, 2023 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind: bug error or fault kind: cleanup should be clean part: ls discretization isovalue discretiztion mode specificity part: mmg3d mmg3d specific

Development

Successfully merging this pull request may close these issues.

1 participant