예제 #1
0
 def SetOperator(self, op):
     return _solvers.NewtonSolver_SetOperator(self, op)
예제 #2
0
파일: solvers.py 프로젝트: mortezah/PyMFEM
 def SetOperator(self, op):
     """SetOperator(NewtonSolver self, Operator op)"""
     return _solvers.NewtonSolver_SetOperator(self, op)