def SetGridFunction(self, gf): """SetGridFunction(GridFunctionCoefficient self, mfem::GridFunction * gf)""" return _coefficient.GridFunctionCoefficient_SetGridFunction(self, gf)
def SetGridFunction(self, gf): return _coefficient.GridFunctionCoefficient_SetGridFunction(self, gf)