Exemplo n.º 1
0
 def PrintXG(self, *args):
     r"""
     PrintXG(Mesh self, std::ostream & out=mfem::out)
     PrintXG(Mesh self, char const * file, int precision=8)
     """
     return _mesh.Mesh_PrintXG(self, *args)
Exemplo n.º 2
0
 def PrintXG(self, *args):
     return _mesh.Mesh_PrintXG(self, *args)
Exemplo n.º 3
0
 def PrintXG(self, *args):
     """
     PrintXG(Mesh self, std::ostream & out)
     PrintXG(Mesh self)
     """
     return _mesh.Mesh_PrintXG(self, *args)