Mod: additional logging info for meshCompute
This commit is contained in:
parent
5ac5231574
commit
8a8eb98932
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user