mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-03 08:40:33 +05:00
don't restrict refinement parameter in HPRefinement (more user responsibility)
This commit is contained in:
parent
ed7d1dfdaf
commit
696620828f
@ -676,7 +676,7 @@ namespace netgen
|
||||
|
||||
// prepare new points
|
||||
|
||||
fac1 = max(0.001,min(0.33,fac1));
|
||||
// fac1 = max(0.001,min(0.33,fac1));
|
||||
PrintMessage(3, " in HP-REFINEMENT with fac1 ", fac1);
|
||||
*testout << " in HP-REFINEMENT with fac1 " << fac1 << endl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user