コード例 #1
0
 def __init__(self):
     """__init__(mfem::CoarseFineTransformations self) -> CoarseFineTransformations"""
     this = _ncmesh.new_CoarseFineTransformations()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
コード例 #2
0
ファイル: ncmesh.py プロジェクト: totorosw/PyMFEM
 def __init__(self):
     r"""__init__(CoarseFineTransformations self) -> CoarseFineTransformations"""
     _ncmesh.CoarseFineTransformations_swiginit(
         self, _ncmesh.new_CoarseFineTransformations())
コード例 #3
0
 def __init__(self):
     this = _ncmesh.new_CoarseFineTransformations()
     try:
         self.this.append(this)
     except Exception:
         self.this = this