コード例 #1
0
 def MakeTRef(self, *args):
     r"""
     MakeTRef(GridFunction self, FiniteElementSpace f, double * tv)
     MakeTRef(GridFunction self, FiniteElementSpace f, Vector tv, int tv_offset)
     """
     return _gridfunc.GridFunction_MakeTRef(self, *args)
コード例 #2
0
ファイル: gridfunc.py プロジェクト: InSAR-invert/PyMFEM
 def MakeTRef(self, *args):
     return _gridfunc.GridFunction_MakeTRef(self, *args)