From 697dd7fa83aef2773c3345cec2fbfe34d6b47361 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Fri, 20 Mar 2020 10:47:17 -0400 Subject: [PATCH] Change minimium element size in max remesh --- src/opt_group.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opt_group.f90 b/src/opt_group.f90 index 03b3063..be87611 100644 --- a/src/opt_group.f90 +++ b/src/opt_group.f90 @@ -364,7 +364,7 @@ module opt_group if (max_remesh) then - max_loops = (remesh_size-2)/2 + max_loops = (remesh_size-3)/2 else max_loops = 1 end if