mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
Fix MeshVolume() for partially meshed meshes
This commit is contained in:
parent
4ab01fa269
commit
6bfcd4ca6c
@ -531,6 +531,7 @@ namespace netgen
|
||||
return;
|
||||
}
|
||||
|
||||
mesh.VolumeElements().DeleteAll();
|
||||
for(auto & m_ : md)
|
||||
{
|
||||
auto first_new_pi = m_.pmap.Range().Next();
|
||||
|
Loading…
Reference in New Issue
Block a user