Exemple #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)
Exemple #2
0
 def PrintXG(self, *args):
     return _mesh.Mesh_PrintXG(self, *args)
Exemple #3
0
 def PrintXG(self, *args):
     """
     PrintXG(Mesh self, std::ostream & out)
     PrintXG(Mesh self)
     """
     return _mesh.Mesh_PrintXG(self, *args)