From 3fc5380d1045dd0185259616587351180be9d512 Mon Sep 17 00:00:00 2001 From: junxiW Date: Thu, 19 Oct 2023 16:00:25 +0200 Subject: [PATCH] complete the explanation of the correction of face refinement. --- .../lib_grid/refinement/global_fractured_media_refiner.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ugbase/lib_grid/refinement/global_fractured_media_refiner.cpp b/ugbase/lib_grid/refinement/global_fractured_media_refiner.cpp index 5d0bede2e..1b5205478 100644 --- a/ugbase/lib_grid/refinement/global_fractured_media_refiner.cpp +++ b/ugbase/lib_grid/refinement/global_fractured_media_refiner.cpp @@ -400,8 +400,9 @@ perform_refinement() } } - // instead of not marked faces, the cloning condition is changed for those, no edges of which will be refined. They will be cloned to the next level - // please test again, if it works for parallel computing. + // instead of not marked faces, the cloning condition is changed for those, of which no edges will be refined. + // It means, a face will be cloned to the next level if none of its edges should be refined. + // There are no such cases for testing. If such faces exist in your case, please test to ensure if it works for parallel computing. if(vEdgeVrts.size()==0){ fd.set_num_vertices(vVrts.size()); for(size_t i = 0; i < vVrts.size(); ++i)