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