def ProjectDiscCoefficient(self, *args): r""" ProjectDiscCoefficient(GridFunction self, VectorCoefficient coeff) ProjectDiscCoefficient(GridFunction self, Coefficient coeff, mfem::GridFunction::AvgType type) ProjectDiscCoefficient(GridFunction self, VectorCoefficient coeff, mfem::GridFunction::AvgType type) """ return _gridfunc.GridFunction_ProjectDiscCoefficient(self, *args)
def ProjectDiscCoefficient(self, coeff): return _gridfunc.GridFunction_ProjectDiscCoefficient(self, coeff)