示例#1
0
 def FindClosestPhysPoint(self, pt, ir):
     r"""FindClosestPhysPoint(InverseElementTransformation self, Vector pt, IntegrationRule ir) -> int"""
     return _eltrans.InverseElementTransformation_FindClosestPhysPoint(
         self, pt, ir)
示例#2
0
 def FindClosestPhysPoint(self, pt, ir):
     return _eltrans.InverseElementTransformation_FindClosestPhysPoint(self, pt, ir)