예제 #1
0
 def IntPoint(self, *args):
     return _intrules.IntegrationRule_IntPoint(self, *args)
예제 #2
0
파일: intrules.py 프로젝트: totorosw/PyMFEM
 def IntPoint(self, *args):
     r"""
     IntPoint(IntegrationRule self, int i) -> IntegrationPoint
     IntPoint(IntegrationRule self, int i) -> IntegrationPoint
     """
     return _intrules.IntegrationRule_IntPoint(self, *args)