Searched refs:approxfunc (Results 1 – 4 of 4) sorted by relevance
33 PetscBool approxfunc; /* approximate the function rather than recomputing it */ member
88 …xfunc", "Linearly approximate the function", "SNES", ngmres->approxfunc, &ngmres->approxfunc, NULL… in SNESSetFromOptions_NGMRES()522 ngmres->approxfunc = PETSC_FALSE; in SNESCreate_NGMRES()
227 ngmres->approxfunc = PETSC_FALSE; in SNESCreate_Anderson()
102 if (!ngmres->approxfunc) { in SNESNGMRESFormCombinedSolution_Private()