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