mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-08 14:27:27 +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…
x
Reference in New Issue
Block a user