コード例 #1
0
ファイル: fespace.py プロジェクト: totorosw/PyMFEM
 def D2Const_GlobalRestrictionMatrix(self, cfes):
     r"""D2Const_GlobalRestrictionMatrix(FiniteElementSpace self, FiniteElementSpace cfes) -> SparseMatrix"""
     return _fespace.FiniteElementSpace_D2Const_GlobalRestrictionMatrix(
         self, cfes)
コード例 #2
0
ファイル: fespace.py プロジェクト: InSAR-invert/PyMFEM
 def D2Const_GlobalRestrictionMatrix(self, cfes):
     return _fespace.FiniteElementSpace_D2Const_GlobalRestrictionMatrix(
         self, cfes)