Home
last modified time | relevance | path

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

/petsc/src/snes/impls/gs/ !
H A Dsnesgs.c207 PetscCall(DMSNESGetNGS(snes->dm, &f, NULL)); in SNESView_NGS()
/petsc/src/snes/utils/ !
H A Ddmsnes.c536 PetscErrorCode DMSNESGetNGS(DM dm, PetscErrorCode (**f)(SNES, Vec, Vec, void *), PetscCtxRt ctx) in DMSNESGetNGS() function
/petsc/include/ !
H A Dpetscsnes.h1015 PETSC_EXTERN PetscErrorCode DMSNESGetNGS(DM, SNESNGSFn **, PetscCtxRt);
/petsc/src/snes/interface/ !
H A Dsnes.c5196 PetscCall(DMSNESGetNGS(dm, f, ctx)); in SNESGetNGS()