예제 #1
0
파일: fespace.py 프로젝트: totorosw/PyMFEM
 def GetProlongationMatrix(self):
     r"""GetProlongationMatrix(FiniteElementSpace self) -> Operator"""
     return _fespace.FiniteElementSpace_GetProlongationMatrix(self)
예제 #2
0
 def GetProlongationMatrix(self):
     return _fespace.FiniteElementSpace_GetProlongationMatrix(self)