mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
generate volume mesh on GenerateMesh button if no geometry but mesh exists
This commit is contained in:
parent
5cfb449d7a
commit
6b8867d76a
@ -1373,6 +1373,12 @@ namespace netgen
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
else if (mesh)
|
||||
{
|
||||
MeshVolume(mparam, *mesh);
|
||||
OptimizeVolume(mparam, *mesh);
|
||||
return 0;
|
||||
}
|
||||
else // no ng_geometry
|
||||
{
|
||||
multithread.task = savetask;
|
||||
|
Loading…
Reference in New Issue
Block a user