Exemplo n.º 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)
Exemplo n.º 2
0
 def MakeTRef(self, *args):
     return _gridfunc.GridFunction_MakeTRef(self, *args)