Example #1
0
 def __init__(self, mesh_name):
     """__init__(mfem::named_ifgzstream self, char const * mesh_name) -> named_ifgzstream"""
     this = _mesh.new_named_ifgzstream(mesh_name)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Example #2
0
 def __init__(self, mesh_name):
     this = _mesh.new_named_ifgzstream(mesh_name)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Example #3
0
 def __init__(self, mesh_name):
     r"""__init__(named_ifgzstream self, char const * mesh_name) -> named_ifgzstream"""
     _mesh.named_ifgzstream_swiginit(self,
                                     _mesh.new_named_ifgzstream(mesh_name))