Home
last modified time | relevance | path

Searched refs:SNESNewtonTRQNTypes (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/impls/tr/
H A Dtr.c11 const char *const SNESNewtonTRQNTypes[] = {"NONE", "SAME", "DIFFERENT", "SNESNewtonTRQNType",… variable
862 …asi-Newton approximations for the model", "SNESNewtonTRSetQNType", SNESNewtonTRQNTypes, (PetscEnum… in SNESSetFromOptions_NEWTONTR()
887 … if (tr->qn) PetscCall(PetscViewerASCIIPrintf(viewer, " qn=%s\n", SNESNewtonTRQNTypes[tr->qn])); in SNESView_NEWTONTR()
/petsc/include/
H A Dpetscsnes.h196 PETSC_EXTERN const char *const SNESNewtonTRQNTypes[]; variable