Home
last modified time | relevance | path

Searched refs:SNES_FUNCTION_UNPRECONDITIONED (Results 1 – 7 of 7) sorted by relevance

/petsc/src/snes/impls/richardson/
H A Dsnesrichardson.c14 if (snes->functype == SNES_FUNCTION_DEFAULT) snes->functype = SNES_FUNCTION_UNPRECONDITIONED; in SNESSetUp_NRichardson()
63 if (snes->npc && snes->functype == SNES_FUNCTION_UNPRECONDITIONED) { in SNESSolve_NRichardson()
/petsc/src/snes/interface/
H A Dsnespc.c93 …!= SNES_NORM_INITIAL_ONLY && (npcside == PC_RIGHT || functype == SNES_FUNCTION_UNPRECONDITIONED)) { in SNESGetNPCFunction()
/petsc/src/snes/impls/ncg/
H A Dsnesncg.c17 if (snes->functype == SNES_FUNCTION_DEFAULT) snes->functype = SNES_FUNCTION_UNPRECONDITIONED; in SNESSetUp_NCG()
228 if (snes->functype == SNES_FUNCTION_UNPRECONDITIONED) { in SNESSolve_NCG()
/petsc/src/snes/impls/qn/
H A Dqn.c131 if (snes->npcside == PC_LEFT && snes->functype == SNES_FUNCTION_UNPRECONDITIONED) { in SNESSolve_QN()
204 if (snes->npc && snes->npcside == PC_LEFT && snes->functype == SNES_FUNCTION_UNPRECONDITIONED) { in SNESSolve_QN()
/petsc/src/snes/impls/ls/
H A Dls.c206 } else if (snes->npcside == PC_LEFT && snes->functype == SNES_FUNCTION_UNPRECONDITIONED) { in SNESSolve_NEWTONLS()
/petsc/src/snes/impls/ngmres/
H A Dsnesngmres.c46 …(!snes->npc || snes->npcside != PC_LEFT || snes->functype != SNES_FUNCTION_UNPRECONDITIONED, Petsc… in SNESSetUp_NGMRES()
/petsc/include/
H A Dpetscsnes.h709 SNES_FUNCTION_UNPRECONDITIONED = 0, enumerator