Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ntrdc/
H A Dntrdc.c383 if (bs > 1 && neP->auto_scale_multiphase) { in SNESSolve_NEWTONTRDC()
459 if (bs > 1 && neP->auto_scale_multiphase) { in SNESSolve_NEWTONTRDC()
498 if (bs > 1 && neP->auto_scale_multiphase) { in SNESSolve_NEWTONTRDC()
514 if (bs > 1 && neP->auto_scale_multiphase) { in SNESSolve_NEWTONTRDC()
609 …, "Auto scaling for proper cauchy direction", ctx->auto_scale_multiphase, &ctx->auto_scale_multiph… in SNESSetFromOptions_NEWTONTRDC()
688 neP->auto_scale_multiphase = PETSC_FALSE; in SNESCreate_NEWTONTRDC()
H A Dntrdcimpl.h34 …PetscBool auto_scale_multiphase; /* flag to use/not use autoscaling for Cauchy S&D for multiphase*/ member