Example #1
0
    def GetFES(self):
        r"""GetFES(BilinearForm self) -> FiniteElementSpace"""

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


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