Alfeld split uses sub-division factor 1/3

This commit is contained in:
Joachim Schoeberl 2024-01-16 12:42:42 +01:00
parent 29f0a5d647
commit 6c3fcf0188

View File

@ -1234,7 +1234,7 @@ namespace netgen
{
NgLock meshlock (mesh->MajorMutex(), true);
Refinement & ref = const_cast<Refinement&> (mesh->GetGeometry()->GetRefinement());
::netgen::HPRefinement (*mesh, &ref, SPLIT_ALFELD, 1, 0.5, true, true);
::netgen::HPRefinement (*mesh, &ref, SPLIT_ALFELD, 1, 1.0/3.0, true, true);
}