Home
last modified time | relevance | path

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

/petsc/src/snes/impls/tr/
H A Dtr.c143 PetscErrorCode SNESNewtonTRSetQNType(SNES snes, SNESNewtonTRQNType use) in SNESNewtonTRSetQNType() function
863 if (flg) PetscCall(SNESNewtonTRSetQNType(snes, qn)); in SNESSetFromOptions_NEWTONTR()
/petsc/doc/changes/
H A D321.md133 - Add support for Quasi-Newton models in `SNESNEWTONTR` via `SNESNewtonTRSetQNType`
/petsc/include/
H A Dpetscsnes.h198 PETSC_EXTERN PetscErrorCode SNESNewtonTRSetQNType(SNES, SNESNewtonTRQNType);