Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ntrdc/
H A Dntrdcimpl.h35 PetscReal auto_scale_max; /* max cap value for auto-scaling must be > 1 */ member
H A Dntrdc.c386 if (neP->auto_scale_max > 1.0) { in SNESSolve_NEWTONTRDC()
387 if (inorms[j] < 1.0 / neP->auto_scale_max) inorms[j] = 1.0 / neP->auto_scale_max; in SNESSolve_NEWTONTRDC()
607 …snes_trdc_auto_scale_max", "auto_scale_max", "None", ctx->auto_scale_max, &ctx->auto_scale_max, NU… in SNESSetFromOptions_NEWTONTRDC()
689 neP->auto_scale_max = -1.0; in SNESCreate_NEWTONTRDC()