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