mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-13 17:48:34 +05:00
Boundarylayer - check if all given faces are adjacent to selected domain
This commit is contained in:
parent
78e92c76df
commit
499c9086b0
@ -664,6 +664,10 @@ namespace netgen
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for(auto si : params.surfid)
|
||||||
|
if(surfacefacs[si] == 0.0)
|
||||||
|
throw Exception("Surface " + to_string(si) + " is not a boundary of the domain to be grown into!");
|
||||||
}
|
}
|
||||||
|
|
||||||
void BoundaryLayerTool ::CreateFaceDescriptorsSides()
|
void BoundaryLayerTool ::CreateFaceDescriptorsSides()
|
||||||
|
Loading…
Reference in New Issue
Block a user