Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmsnes.c500 PetscErrorCode DMSNESSetNGS(DM dm, PetscErrorCode (*f)(SNES, Vec, Vec, void *), PetscCtx ctx) in DMSNESSetNGS() function
/petsc/include/
H A Dpetscsnes.h1014 PETSC_EXTERN PetscErrorCode DMSNESSetNGS(DM, SNESNGSFn *, PetscCtx);
/petsc/src/snes/interface/
H A Dsnes.c2230 PetscCall(DMSNESSetNGS(dm, f, ctx)); in SNESSetNGS()