Home
last modified time | relevance | path

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

/petsc/src/snes/impls/gs/
H A Dgsimpl.h17 PETSC_EXTERN PetscErrorCode SNESComputeNGSDefaultSecant(SNES, Vec, Vec, void *);
H A Dsnesgs.c164 if (!f) PetscCall(SNESSetNGS(snes, SNESComputeNGSDefaultSecant, NULL)); in SNESSetUp_NGS()
188 PetscCall(SNESSetNGS(snes, SNESComputeNGSDefaultSecant, NULL)); in SNESSetFromOptions_NGS()
208 …if (f == SNESComputeNGSDefaultSecant) PetscCall(PetscViewerASCIIPrintf(viewer, " Use finite diffe… in SNESView_NGS()
H A Dgssecant.c3 PETSC_EXTERN PetscErrorCode SNESComputeNGSDefaultSecant(SNES snes, Vec X, Vec B, PetscCtx ctx) in SNESComputeNGSDefaultSecant() function