Exemplo n.º 1
0
 def __init__(self, index, type=7):
     """
     __init__(mfem::Refinement self, int index, int type=7) -> Refinement
     __init__(mfem::Refinement self, int index) -> Refinement
     """
     this = _ncmesh.new_Refinement(index, type)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Exemplo n.º 2
0
 def __init__(self, *args):
     r"""
     __init__(Refinement self) -> Refinement
     __init__(Refinement self, int index, int type=7) -> Refinement
     """
     _ncmesh.Refinement_swiginit(self, _ncmesh.new_Refinement(*args))
Exemplo n.º 3
0
 def __init__(self, index, type=7):
     this = _ncmesh.new_Refinement(index, type)
     try:
         self.this.append(this)
     except Exception:
         self.this = this