mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
Merge branch 'bernd/tet_splitting' into 'master'
Tet splitting `Refinement - Split to Tets` works now for me with this change. I'm unsure, if this introduces any other bugs. See merge request !3
This commit is contained in:
commit
0e32696492
@ -4099,6 +4099,8 @@ namespace netgen
|
||||
UpdateTopology();
|
||||
timestamp = NextTimeStamp();
|
||||
}
|
||||
|
||||
RebuildSurfaceElementLists();
|
||||
}
|
||||
|
||||
void Mesh :: BuildElementSearchTree ()
|
||||
@ -5070,7 +5072,6 @@ namespace netgen
|
||||
static int timer = NgProfiler::CreateTimer ("GetSurfaceElementsOfFace");
|
||||
NgProfiler::RegionTimer reg (timer);
|
||||
|
||||
|
||||
/*
|
||||
sei.SetSize (0);
|
||||
for (SurfaceElementIndex i = 0; i < GetNSE(); i++)
|
||||
|
Loading…
Reference in New Issue
Block a user