예제 #1
0
 def Load(self, *args):
     r"""
     Load(Vector self, std::istream ** _in, int np, int * dim)
     Load(Vector self, std::istream & _in, int Size)
     Load(Vector self, std::istream & _in)
     """
     return _vector.Vector_Load(self, *args)
예제 #2
0
파일: vector.py 프로젝트: mortezah/PyMFEM
 def Load(self, *args):
     """
     Load(Vector self, std::istream ** arg2, int np, int * dim)
     Load(Vector self, std::istream & arg2, int Size)
     Load(Vector self, std::istream & arg2)
     """
     return _vector.Vector_Load(self, *args)
예제 #3
0
 def Load(self, *args):
     return _vector.Vector_Load(self, *args)