mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20:34 +05:00
Change for functioning tet splitting
This commit is contained in:
parent
055031ce0d
commit
c5e2ce2d37
@ -5024,8 +5024,6 @@ namespace netgen
|
|||||||
static int timer = NgProfiler::CreateTimer ("GetSurfaceElementsOfFace");
|
static int timer = NgProfiler::CreateTimer ("GetSurfaceElementsOfFace");
|
||||||
NgProfiler::RegionTimer reg (timer);
|
NgProfiler::RegionTimer reg (timer);
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
sei.SetSize (0);
|
sei.SetSize (0);
|
||||||
for (SurfaceElementIndex i = 0; i < GetNSE(); i++)
|
for (SurfaceElementIndex i = 0; i < GetNSE(); i++)
|
||||||
{
|
{
|
||||||
@ -5035,7 +5033,6 @@ namespace netgen
|
|||||||
sei.Append (i);
|
sei.Append (i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
/* Philippose - 01/10/2009
|
/* Philippose - 01/10/2009
|
||||||
Commented out the following lines, and activated the originally
|
Commented out the following lines, and activated the originally
|
||||||
@ -5044,6 +5041,7 @@ namespace netgen
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// int size1 = sei.Size();
|
// int size1 = sei.Size();
|
||||||
|
/*
|
||||||
sei.SetSize(0);
|
sei.SetSize(0);
|
||||||
|
|
||||||
SurfaceElementIndex si = facedecoding[facenr-1].firstelement;
|
SurfaceElementIndex si = facedecoding[facenr-1].firstelement;
|
||||||
@ -5057,6 +5055,7 @@ namespace netgen
|
|||||||
|
|
||||||
si = (*this)[si].next;
|
si = (*this)[si].next;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// *testout << "with list = " << endl << sei << endl;
|
// *testout << "with list = " << endl << sei << endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user