예제 #1
0
파일: fespace.py 프로젝트: totorosw/PyMFEM
 def D2Const_GlobalRestrictionMatrix(self, cfes):
     r"""D2Const_GlobalRestrictionMatrix(FiniteElementSpace self, FiniteElementSpace cfes) -> SparseMatrix"""
     return _fespace.FiniteElementSpace_D2Const_GlobalRestrictionMatrix(
         self, cfes)
예제 #2
0
 def D2Const_GlobalRestrictionMatrix(self, cfes):
     return _fespace.FiniteElementSpace_D2Const_GlobalRestrictionMatrix(
         self, cfes)