Exemplo n.º 1
0
 def __init__(self, *args):
     """
     __init__(mfem::NCMesh self, Mesh mesh, std::istream * vertex_parents=None) -> NCMesh
     __init__(mfem::NCMesh self, Mesh mesh) -> NCMesh
     __init__(mfem::NCMesh self, NCMesh other) -> NCMesh
     """
     this = _ncmesh.new_NCMesh(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Exemplo n.º 2
0
 def __init__(self, *args):
     r"""
     __init__(NCMesh self, Mesh mesh, std::istream * vertex_parents=None) -> NCMesh
     __init__(NCMesh self, NCMesh other) -> NCMesh
     """
     _ncmesh.NCMesh_swiginit(self, _ncmesh.new_NCMesh(*args))
Exemplo n.º 3
0
 def __init__(self, *args):
     this = _ncmesh.new_NCMesh(*args)
     try:
         self.this.append(this)
     except Exception:
         self.this = this