Searched refs:DMSNESGetNGS (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/impls/gs/ |
| H A D | snesgs.c | 207 PetscCall(DMSNESGetNGS(snes->dm, &f, NULL)); in SNESView_NGS()
|
| /petsc/src/snes/utils/ |
| H A D | dmsnes.c | 536 PetscErrorCode DMSNESGetNGS(DM dm, PetscErrorCode (**f)(SNES, Vec, Vec, void *), PetscCtxRt ctx) in DMSNESGetNGS() function
|
| /petsc/include/ |
| H A D | petscsnes.h | 1015 PETSC_EXTERN PetscErrorCode DMSNESGetNGS(DM, SNESNGSFn **, PetscCtxRt);
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 5196 PetscCall(DMSNESGetNGS(dm, f, ctx)); in SNESGetNGS()
|