예제 #1
0
 def GetProlongationMatrix(self):
     return _pfespace.ParFiniteElementSpace_GetProlongationMatrix(self)
예제 #2
0
파일: pfespace.py 프로젝트: tomstitt/PyMFEM
 def GetProlongationMatrix(self):
     r"""GetProlongationMatrix(ParFiniteElementSpace self) -> Operator"""
     return _pfespace.ParFiniteElementSpace_GetProlongationMatrix(self)