Searched refs:DMSNESSetNGS (Results 1 – 3 of 3) sorted by relevance
500 PetscErrorCode DMSNESSetNGS(DM dm, PetscErrorCode (*f)(SNES, Vec, Vec, void *), PetscCtx ctx) in DMSNESSetNGS() function
1014 PETSC_EXTERN PetscErrorCode DMSNESSetNGS(DM, SNESNGSFn *, PetscCtx);
2230 PetscCall(DMSNESSetNGS(dm, f, ctx)); in SNESSetNGS()