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