Пример #1
0
 def GetElementTransformation(self, *args):
     r"""
     GetElementTransformation(FiniteElementSpace self, int i) -> ElementTransformation
     GetElementTransformation(FiniteElementSpace self, int i, IsoparametricTransformation ElTr)
     """
     return _fespace.FiniteElementSpace_GetElementTransformation(
         self, *args)
Пример #2
0
 def GetElementTransformation(self, *args):
     return _fespace.FiniteElementSpace_GetElementTransformation(
         self, *args)