mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 14:10:34 +05:00
fix optimizing mesh without geometry
This commit is contained in:
parent
43fbd57a67
commit
54ee68d847
@ -1058,6 +1058,7 @@ namespace netgen
|
|||||||
|
|
||||||
void NetgenGeometry :: FinalizeMesh(Mesh& mesh) const
|
void NetgenGeometry :: FinalizeMesh(Mesh& mesh) const
|
||||||
{
|
{
|
||||||
|
if(solids.Size())
|
||||||
for (int i = 0; i < mesh.GetNDomains(); i++)
|
for (int i = 0; i < mesh.GetNDomains(); i++)
|
||||||
if (auto name = solids[i]->properties.name)
|
if (auto name = solids[i]->properties.name)
|
||||||
mesh.SetMaterial (i+1, *name);
|
mesh.SetMaterial (i+1, *name);
|
||||||
|
Loading…
Reference in New Issue
Block a user