Home
last modified time | relevance | path

Searched refs:computegs (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/utils/
H A Ddmsnes.c152 nkdm->ops->computegs = kdm->ops->computegs; in DMSNESCopy()
507 if (f) sdm->ops->computegs = f; in DMSNESSetNGS()
543 if (f) *f = sdm->ops->computegs; in DMSNESGetNGS()
/petsc/include/petsc/private/
H A Dsnesimpl.h197 SNESNGSFn *computegs; member
/petsc/src/snes/interface/
H A Dsnes.c2599 …PetscCheck(sdm->ops->computegs, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "Must call SNESSetNGS()… in SNESComputeNGS()
2601 PetscCallBack("SNES callback NGS", (*sdm->ops->computegs)(snes, x, b, sdm->gsctx)); in SNESComputeNGS()