コード例 #1
0
ファイル: mesh_operators.py プロジェクト: tomstitt/PyMFEM
 def SetThreshold(self, thresh):
     r"""SetThreshold(ThresholdDerefiner self, double thresh)"""
     return _mesh_operators.ThresholdDerefiner_SetThreshold(self, thresh)
コード例 #2
0
 def SetThreshold(self, thresh):
     return _mesh_operators.ThresholdDerefiner_SetThreshold(self, thresh)