コード例 #1
0
ファイル: nonlinearform.py プロジェクト: sshiraiwa/PyMFEM
 def GetRestriction(self):
     r"""GetRestriction(NonlinearForm self) -> Operator"""
     return _nonlinearform.NonlinearForm_GetRestriction(self)
コード例 #2
0
ファイル: nonlinearform.py プロジェクト: InSAR-invert/PyMFEM
 def GetRestriction(self):
     return _nonlinearform.NonlinearForm_GetRestriction(self)