예제 #1
0
파일: vector.py 프로젝트: mortezah/PyMFEM
 def Print(self, *args):
     """
     Print(Vector self, std::ostream & out, int width=8)
     Print(Vector self, std::ostream & out)
     Print(Vector self)
     Print(Vector self, char const * file)
     """
     return _vector.Vector_Print(self, *args)
예제 #2
0
 def Print(self, *args):
     return _vector.Vector_Print(self, *args)
예제 #3
0
 def Print(self, *args):
     r"""
     Print(Vector self, std::ostream & out=mfem::out, int width=8)
     Print(Vector self, char const * file, int precision=8)
     """
     return _vector.Vector_Print(self, *args)