예제 #1
0
 def GetLocalTDofNumber(self, ldof):
     return _pfespace.ParFiniteElementSpace_GetLocalTDofNumber(self, ldof)
예제 #2
0
파일: pfespace.py 프로젝트: tomstitt/PyMFEM
 def GetLocalTDofNumber(self, ldof):
     r"""GetLocalTDofNumber(ParFiniteElementSpace self, int ldof) -> int"""
     return _pfespace.ParFiniteElementSpace_GetLocalTDofNumber(self, ldof)