Searched refs:computegs (Results 1 – 3 of 3) sorted by relevance
152 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()
197 SNESNGSFn *computegs; member
2599 …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()