コード例 #1
0
ファイル: bilinearform.py プロジェクト: sshiraiwa/PyMFEM
    def GetFES(self):
        r"""GetFES(BilinearForm self) -> FiniteElementSpace"""

        import warnings
        warnings.warn("mfem::BilinearForm::GetFES() is deprecated",
                      DeprecationWarning,)


        return _bilinearform.BilinearForm_GetFES(self)
コード例 #2
0
 def GetFES(self):
     r"""GetFES(BilinearForm self) -> FiniteElementSpace"""
     return _bilinearform.BilinearForm_GetFES(self)
コード例 #3
0
 def GetFES(self):
     return _bilinearform.BilinearForm_GetFES(self)