Home
last modified time | relevance | path

Searched refs:SNES_NORM_INITIAL_FINAL_ONLY (Results 1 – 8 of 8) sorted by relevance

/petsc/src/snes/impls/ksponly/
H A Dksponly.c31 …LWAYS || normschedule == SNES_NORM_INITIAL_ONLY || normschedule == SNES_NORM_INITIAL_FINAL_ONLY)) { in SNESSolve_KSPONLY()
61 …_ALWAYS || normschedule == SNES_NORM_FINAL_ONLY || normschedule == SNES_NORM_INITIAL_FINAL_ONLY)) { in SNESSolve_KSPONLY()
/petsc/src/snes/impls/gs/
H A Dsnesgs.c237 …ALWAYS || normschedule == SNES_NORM_INITIAL_ONLY || normschedule == SNES_NORM_INITIAL_FINAL_ONLY) { in SNESSolve_NGS()
265 …_NORM_ALWAYS || ((i == snes->max_its - 1) && (normschedule == SNES_NORM_INITIAL_FINAL_ONLY || norm… in SNESSolve_NGS()
/petsc/include/petsc/private/
H A Dsnesimpl.h525SNES_NORM_INITIAL_FINAL_ONLY)) || ((iter) == 0 && ((snes)->normschedule == SNES_NORM_INITIAL_ONLY …
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c709 …ES_NORM_ALWAYS || normtype == SNES_NORM_INITIAL_ONLY || normtype == SNES_NORM_INITIAL_FINAL_ONLY) { in SNESSolve_Composite()
755 …if ((i == snes->max_its - 1) && (normtype == SNES_NORM_INITIAL_FINAL_ONLY || normtype == SNES_NORM… in SNESSolve_Composite()
/petsc/src/snes/impls/nasm/
H A Dnasm.c743 … || normschedule == SNES_NORM_INITIAL_ONLY || normschedule == SNES_NORM_INITIAL_FINAL_ONLY || !sne… in SNESSolve_NASM()
773 …_NORM_ALWAYS || ((i == snes->max_its - 1) && (normschedule == SNES_NORM_INITIAL_FINAL_ONLY || norm… in SNESSolve_NASM()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi32 SNES_NORM_INITIAL_FINAL_ONLY
H A DSNES.pyx48 NORM_INITIAL_FINAL_ONLY = SNES_NORM_INITIAL_FINAL_ONLY
/petsc/include/
H A Dpetscsnes.h618 SNES_NORM_INITIAL_FINAL_ONLY = 4 enumerator