Searched refs:SNESNGSFn (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/ |
| H A D | petscsnes.h | 545 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode SNESNGSFn(SNES snes, Vec u, Vec b, PetscCtx ctx); typedef 717 PETSC_EXTERN PetscErrorCode SNESSetNGS(SNES, SNESNGSFn *, PetscCtx); 718 PETSC_EXTERN PetscErrorCode SNESGetNGS(SNES, SNESNGSFn **, PetscCtxRt); 1014 PETSC_EXTERN PetscErrorCode DMSNESSetNGS(DM, SNESNGSFn *, PetscCtx); 1015 PETSC_EXTERN PetscErrorCode DMSNESGetNGS(DM, SNESNGSFn **, PetscCtxRt);
|
| /petsc/include/petsc/private/ |
| H A D | snesimpl.h | 197 SNESNGSFn *computegs;
|
| /petsc/doc/changes/ |
| H A D | 321.md | 136 …pedefs `SNESInitialGuessFn`, `SNESFunctionFn`, `SNESObjectiveFn`, `SNESJacobianFn`, and `SNESNGSFn`
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 2223 PetscErrorCode SNESSetNGS(SNES snes, SNESNGSFn *f, PetscCtx ctx) in SNESSetNGS() 5189 PetscErrorCode SNESGetNGS(SNES snes, SNESNGSFn **f, PetscCtxRt ctx) in SNESGetNGS()
|