Home
last modified time | relevance | path

Searched refs:SNESNewtonTRSetPostCheck (Results 1 – 5 of 5) sorted by relevance

/petsc/src/snes/tests/
H A Dex1f.F90494 PetscCallA(SNESNewtonTRSetPostCheck(snes, postcheck, snes, ierr))
H A Dex1.c104 PetscCall(SNESNewtonTRSetPostCheck(snes, postcheck, NULL)); in main()
/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf.c134 *ierr = SNESNewtonTRSetPostCheck(*snes, ourtrpostcheckfunction, NULL); in snesnewtontrsetpostcheck_()
/petsc/src/snes/impls/tr/
H A Dtr.c266 PetscErrorCode SNESNewtonTRSetPostCheck(SNES snes, PetscErrorCode (*func)(SNES, Vec, Vec, Vec, Pets… in SNESNewtonTRSetPostCheck() function
/petsc/include/
H A Dpetscsnes.h171 PETSC_EXTERN PetscErrorCode SNESNewtonTRSetPostCheck(SNES, PetscErrorCode (*)(SNES, Vec, Vec, Vec, …