Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsnes.h545 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 Dsnesimpl.h197 SNESNGSFn *computegs;
/petsc/doc/changes/
H A D321.md136 …pedefs `SNESInitialGuessFn`, `SNESFunctionFn`, `SNESObjectiveFn`, `SNESJacobianFn`, and `SNESNGSFn`
/petsc/src/snes/interface/
H A Dsnes.c2223 PetscErrorCode SNESSetNGS(SNES snes, SNESNGSFn *f, PetscCtx ctx) in SNESSetNGS()
5189 PetscErrorCode SNESGetNGS(SNES snes, SNESNGSFn **f, PetscCtxRt ctx) in SNESGetNGS()