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