Home
last modified time | relevance | path

Searched refs:SNES_NORM_ALWAYS (Results 1 – 12 of 12) sorted by relevance

/petsc/src/snes/impls/ksponly/
H A Dksponly.c31 …if (snes->numbermonitors && (normschedule == SNES_NORM_ALWAYS || normschedule == SNES_NORM_INITIAL… in SNESSolve_KSPONLY()
61 …if (snes->numbermonitors && (normschedule == SNES_NORM_ALWAYS || normschedule == SNES_NORM_FINAL_O… in SNESSolve_KSPONLY()
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c56 if (snes->normschedule == SNES_NORM_ALWAYS) PetscCall(SNESSetInitialFunction(next->snes, F)); in SNESCompositeApply_Multiplicative()
97 } else if (snes->normschedule == SNES_NORM_ALWAYS) { in SNESCompositeApply_Multiplicative()
124 if (snes->normschedule == SNES_NORM_ALWAYS) { in SNESCompositeApply_Additive()
159 if (snes->normschedule == SNES_NORM_ALWAYS) { in SNESCompositeApply_Additive()
198 if (snes->normschedule == SNES_NORM_ALWAYS) { in SNESCompositeApply_AdditiveOptimal()
709 …if (normtype == SNES_NORM_ALWAYS || normtype == SNES_NORM_INITIAL_ONLY || normtype == SNES_NORM_IN… in SNESSolve_Composite()
774 } else if (normtype == SNES_NORM_ALWAYS) { in SNESSolve_Composite()
/petsc/src/snes/impls/gs/
H A Dsnesgs.c237 …if (normschedule == SNES_NORM_ALWAYS || normschedule == SNES_NORM_INITIAL_ONLY || normschedule == … in SNESSolve_NGS()
265 …if (normschedule == SNES_NORM_ALWAYS || ((i == snes->max_its - 1) && (normschedule == SNES_NORM_IN… in SNESSolve_NGS()
H A Dgssecant.c52 if (equal && snes->normschedule == SNES_NORM_ALWAYS) { in SNESComputeNGSDefaultSecant()
/petsc/include/petsc/private/
H A Dsnesimpl.h526 (snes)->normschedule == SNES_NORM_ALWAYS)
/petsc/src/snes/impls/ms/
H A Dms.c426 if (norms) PetscCall(SNESSetNormSchedule(snes, SNES_NORM_ALWAYS)); in SNESSetFromOptions_MS()
/petsc/src/snes/impls/nasm/
H A Dnasm.c743 …if (normschedule == SNES_NORM_ALWAYS || normschedule == SNES_NORM_INITIAL_ONLY || normschedule == … in SNESSolve_NASM()
773 …if (normschedule == SNES_NORM_ALWAYS || ((i == snes->max_its - 1) && (normschedule == SNES_NORM_IN… in SNESSolve_NASM()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi29 SNES_NORM_ALWAYS
H A DSNES.pyx45 NORM_ALWAYS = SNES_NORM_ALWAYS
/petsc/src/snes/impls/fas/
H A Dfas.c146 PetscCall(SNESSetNormSchedule(fas->smoothd, SNES_NORM_ALWAYS)); in SNESSetUp_FAS()
/petsc/include/
H A Dpetscsnes.h615 SNES_NORM_ALWAYS = 1, enumerator
/petsc/src/snes/interface/
H A Dsnes.c1848 snes->normschedule = SNES_NORM_ALWAYS; in SNESCreate()
4169 …if (snes->normschedule == SNES_NORM_ALWAYS) PetscUseTypeMethod(snes, converged, it, xnorm, snorm, … in SNESConverged()
4171 if (snes->normschedule == SNES_NORM_ALWAYS) { in SNESConverged()