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