Mod: additional logging info for meshCompute

This commit is contained in:
L-Nafaryus 2021-05-26 12:07:57 +05:00
parent 5ac5231574
commit 8a8eb98932
No known key found for this signature in database
GPG Key ID: C76D8DCD2727DBB7

View File

@ -133,6 +133,8 @@ def meshCompute(mobj):
# Post computing
##
if mobj.NbPyramids() > 0:
logger.info(f"meshCompute: detected {mobj.NbPyramids()} pyramids: splitting volumes into tetrahedrons")
pyramidCriterion = smesh.GetCriterion(
SMESH.VOLUME,
SMESH.FT_ElemGeomType,