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