Mod: additional logging info for meshCompute
This commit is contained in:
parent
5ac5231574
commit
8a8eb98932
@ -133,6 +133,8 @@ def meshCompute(mobj):
|
|||||||
# Post computing
|
# Post computing
|
||||||
##
|
##
|
||||||
if mobj.NbPyramids() > 0:
|
if mobj.NbPyramids() > 0:
|
||||||
|
logger.info(f"meshCompute: detected {mobj.NbPyramids()} pyramids: splitting volumes into tetrahedrons")
|
||||||
|
|
||||||
pyramidCriterion = smesh.GetCriterion(
|
pyramidCriterion = smesh.GetCriterion(
|
||||||
SMESH.VOLUME,
|
SMESH.VOLUME,
|
||||||
SMESH.FT_ElemGeomType,
|
SMESH.FT_ElemGeomType,
|
||||||
|
Loading…
Reference in New Issue
Block a user