Lines Matching defs:snes
4 SNES snes; member
13 static PetscErrorCode SNESNewtonTRSetTolerances_TR(SNES snes, PetscReal delta_min, PetscReal delta_… in SNESNewtonTRSetTolerances_TR()
27 static PetscErrorCode SNESNewtonTRGetTolerances_TR(SNES snes, PetscReal *delta_min, PetscReal *delt… in SNESNewtonTRGetTolerances_TR()
38 static PetscErrorCode SNESComputeJacobian_MATLMVM(SNES snes, Vec X, Mat J, Mat B, void *dummy) in SNESComputeJacobian_MATLMVM()
57 SNES snes = ctx->snes; in SNESTR_KSPConverged_Private() local
86 static PetscErrorCode SNESTR_Converged_Private(SNES snes, PetscInt it, PetscReal xnorm, PetscReal p… in SNESTR_Converged_Private()
113 PetscErrorCode SNESNewtonTRSetNormType(SNES snes, NormType norm) in SNESNewtonTRSetNormType()
143 PetscErrorCode SNESNewtonTRSetQNType(SNES snes, SNESNewtonTRQNType use) in SNESNewtonTRSetQNType()
171 PetscErrorCode SNESNewtonTRSetFallbackType(SNES snes, SNESNewtonTRFallbackType ftype) in SNESNewtonTRSetFallbackType()
202 PetscErrorCode SNESNewtonTRSetPreCheck(SNES snes, PetscErrorCode (*func)(SNES, Vec, Vec, PetscBool … in SNESNewtonTRSetPreCheck() argument
233 PetscErrorCode SNESNewtonTRGetPreCheck(SNES snes, PetscErrorCode (**func)(SNES, Vec, Vec, PetscBool… in SNESNewtonTRGetPreCheck() argument
266 PetscErrorCode SNESNewtonTRSetPostCheck(SNES snes, PetscErrorCode (*func)(SNES, Vec, Vec, Vec, Pets… in SNESNewtonTRSetPostCheck() argument
297 PetscErrorCode SNESNewtonTRGetPostCheck(SNES snes, PetscErrorCode (**func)(SNES, Vec, Vec, Vec, Pet… in SNESNewtonTRGetPostCheck() argument
328 PetscErrorCode SNESNewtonTRPreCheck(SNES snes, Vec X, Vec Y, PetscBool *changed_Y) in SNESNewtonTRPreCheck()
367 PetscErrorCode SNESNewtonTRPostCheck(SNES snes, Vec X, Vec Y, Vec W, PetscBool *changed_Y, PetscBoo… in SNESNewtonTRPostCheck()
397 static PetscErrorCode SNESNewtonTRQuadraticDelta(SNES snes, Mat J, PetscBool has_objective, Vec Y, … in SNESNewtonTRQuadraticDelta()
415 static PetscErrorCode SNESNewtonTRObjective(SNES snes, PetscBool has_objective, Vec X, Vec Y, Vec W… in SNESNewtonTRObjective()
436 static PetscErrorCode SNESSetUpQN_NEWTONTR(SNES snes) in SNESSetUpQN_NEWTONTR()
485 static PetscErrorCode SNESSolve_NEWTONTR(SNES snes) in SNESSolve_NEWTONTR()
808 static PetscErrorCode SNESSetUp_NEWTONTR(SNES snes) in SNESSetUp_NEWTONTR()
816 static PetscErrorCode SNESReset_NEWTONTR(SNES snes) in SNESReset_NEWTONTR()
826 static PetscErrorCode SNESDestroy_NEWTONTR(SNES snes) in SNESDestroy_NEWTONTR()
836 static PetscErrorCode SNESSetFromOptions_NEWTONTR(SNES snes, PetscOptionItems PetscOptionsObject) in SNESSetFromOptions_NEWTONTR()
873 static PetscErrorCode SNESView_NEWTONTR(SNES snes, PetscViewer viewer) in SNESView_NEWTONTR()
906 PetscErrorCode SNESSetTrustRegionTolerance(SNES snes, PetscReal tol) in SNESSetTrustRegionTolerance()
938 PetscErrorCode SNESNewtonTRSetTolerances(SNES snes, PetscReal delta_min, PetscReal delta_max, Petsc… in SNESNewtonTRSetTolerances()
966 PetscErrorCode SNESNewtonTRGetTolerances(SNES snes, PetscReal *delta_min, PetscReal *delta_max, Pet… in SNESNewtonTRGetTolerances()
1021 PetscErrorCode SNESNewtonTRSetUpdateParameters(SNES snes, PetscReal eta1, PetscReal eta2, PetscReal… in SNESNewtonTRSetUpdateParameters()
1069 PetscErrorCode SNESNewtonTRGetUpdateParameters(SNES snes, PetscReal *eta1, PetscReal *eta2, PetscRe… in SNESNewtonTRGetUpdateParameters()
1121 PETSC_EXTERN PetscErrorCode SNESCreate_NEWTONTR(SNES snes) in SNESCreate_NEWTONTR()