mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
Update meshclass.cpp
This commit is contained in:
parent
7e062372d4
commit
160a4b73fd
@ -5856,8 +5856,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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user