Home
last modified time | relevance | path

Searched refs:approxfunc (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/impls/ngmres/
H A Dsnesngmres.h33 PetscBool approxfunc; /* approximate the function rather than recomputing it */ member
H A Dsnesngmres.c88 …xfunc", "Linearly approximate the function", "SNES", ngmres->approxfunc, &ngmres->approxfunc, NULL… in SNESSetFromOptions_NGMRES()
522 ngmres->approxfunc = PETSC_FALSE; in SNESCreate_NGMRES()
H A Danderson.c227 ngmres->approxfunc = PETSC_FALSE; in SNESCreate_Anderson()
H A Dngmresfunc.c102 if (!ngmres->approxfunc) { in SNESNGMRESFormCombinedSolution_Private()