mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
compress after 2d optimization
This commit is contained in:
parent
1aed53427f
commit
77d0fbfcd5
@ -61,6 +61,7 @@ namespace netgen
|
|||||||
cerr << "Optimization code " << optstr[j-1] << " not defined" << endl;
|
cerr << "Optimization code " << optstr[j-1] << " not defined" << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
mesh.Compress(); // better: compress in individual steps, if necessary
|
||||||
if (secondorder)
|
if (secondorder)
|
||||||
{
|
{
|
||||||
mesh.GetGeometry()->GetRefinement().MakeSecondOrder(mesh);
|
mesh.GetGeometry()->GetRefinement().MakeSecondOrder(mesh);
|
||||||
|
Loading…
Reference in New Issue
Block a user