Lines Matching defs:snes
4 SNES snes; member
15 static PetscErrorCode SNESNewtonTRSetTolerances_TRDC(SNES snes, PetscReal delta_min, PetscReal delt… in SNESNewtonTRSetTolerances_TRDC()
32 SNES snes = ctx->snes; in SNESTRDC_KSPConverged_Private() local
63 static PetscErrorCode SNESTRDC_Converged_Private(SNES snes, PetscInt it, PetscReal xnorm, PetscReal… in SNESTRDC_Converged_Private()
95 PetscErrorCode SNESNewtonTRDCGetRhoFlag(SNES snes, PetscBool *rho_flag) in SNESNewtonTRDCGetRhoFlag()
125 PetscErrorCode SNESNewtonTRDCSetPreCheck(SNES snes, PetscErrorCode (*func)(SNES, Vec, Vec, PetscBoo… in SNESNewtonTRDCSetPreCheck() argument
152 PetscErrorCode SNESNewtonTRDCGetPreCheck(SNES snes, PetscErrorCode (**func)(SNES, Vec, Vec, PetscBo… in SNESNewtonTRDCGetPreCheck() argument
182 PetscErrorCode SNESNewtonTRDCSetPostCheck(SNES snes, PetscErrorCode (*func)(SNES, Vec, Vec, Vec, Pe… in SNESNewtonTRDCSetPostCheck() argument
209 PetscErrorCode SNESNewtonTRDCGetPostCheck(SNES snes, PetscErrorCode (**func)(SNES, Vec, Vec, Vec, P… in SNESNewtonTRDCGetPostCheck() argument
238 static PetscErrorCode SNESNewtonTRDCPreCheck(SNES snes, Vec X, Vec Y, PetscBool *changed_Y) in SNESNewtonTRDCPreCheck()
274 static PetscErrorCode SNESNewtonTRDCPostCheck(SNES snes, Vec X, Vec Y, Vec W, PetscBool *changed_Y,… in SNESNewtonTRDCPostCheck()
295 static PetscErrorCode SNESSolve_NEWTONTRDC(SNES snes) in SNESSolve_NEWTONTRDC()
577 static PetscErrorCode SNESSetUp_NEWTONTRDC(SNES snes) in SNESSetUp_NEWTONTRDC()
585 static PetscErrorCode SNESDestroy_NEWTONTRDC(SNES snes) in SNESDestroy_NEWTONTRDC()
593 static PetscErrorCode SNESSetFromOptions_NEWTONTRDC(SNES snes, PetscOptionItems PetscOptionsObject) in SNESSetFromOptions_NEWTONTRDC()
614 static PetscErrorCode SNESView_NEWTONTRDC(SNES snes, PetscViewer viewer) in SNESView_NEWTONTRDC()
658 PETSC_EXTERN PetscErrorCode SNESCreate_NEWTONTRDC(SNES snes) in SNESCreate_NEWTONTRDC()