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
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))
def __init__(self, *args): this = _ncmesh.new_NCMesh(*args) try: self.this.append(this) except Exception: self.this = this