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