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