mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
Update meshclass.cpp
This commit is contained in:
parent
7e062372d4
commit
160a4b73fd
@ -5857,8 +5857,6 @@ namespace netgen
|
|||||||
if (!GetGeometry())
|
if (!GetGeometry())
|
||||||
throw NgException ("don't have a geometry for mesh curving");
|
throw NgException ("don't have a geometry for mesh curving");
|
||||||
|
|
||||||
cout << "Build Curved Elements, order = " << aorder << endl;
|
|
||||||
|
|
||||||
GetCurvedElements().BuildCurvedElements (&GetGeometry()->GetRefinement(), aorder, false);
|
GetCurvedElements().BuildCurvedElements (&GetGeometry()->GetRefinement(), aorder, false);
|
||||||
|
|
||||||
for (SegmentIndex seg = 0; seg < GetNSeg(); seg++)
|
for (SegmentIndex seg = 0; seg < GetNSeg(); seg++)
|
||||||
|
Loading…
Reference in New Issue
Block a user