mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-27 14:20:34 +05:00
fix export of submesh faces
This commit is contained in:
parent
690eb2093a
commit
eff5e946f7
@ -7231,7 +7231,7 @@ namespace netgen
|
|||||||
|
|
||||||
for(auto dom : Range(ndomains))
|
for(auto dom : Range(ndomains))
|
||||||
{
|
{
|
||||||
if(regex_match(mesh.GetMaterial(dom), regex_domains))
|
if(regex_match(mesh.GetMaterial(dom+1), regex_domains))
|
||||||
keep_domain.SetBit(dom);
|
keep_domain.SetBit(dom);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user