Home
last modified time | relevance | path

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

/petsc/src/snes/impls/richardson/
H A Dsnesrichardson.c48 if (snes->npc && snes->functype == SNES_FUNCTION_PRECONDITIONED) { in SNESSolve_NRichardson()
114 if (snes->functype == SNES_FUNCTION_PRECONDITIONED) { in SNESSolve_NRichardson()
/petsc/src/snes/impls/ls/
H A Dls.c157 if (snes->npc && snes->npcside == PC_LEFT && snes->functype == SNES_FUNCTION_PRECONDITIONED) { in SNESSolve_NEWTONLS()
296 … PC_LEFT && snes->functype == SNES_FUNCTION_DEFAULT) snes->functype = SNES_FUNCTION_PRECONDITIONED; in SNESSetUp_NEWTONLS()
/petsc/src/snes/impls/nasm/
H A Daspin.c111 PetscCall(SNESSetFunctionType(snes, SNES_FUNCTION_PRECONDITIONED)); in SNESCreate_ASPIN()
/petsc/src/snes/impls/ncg/
H A Dsnesncg.c209 if (snes->npc && snes->functype == SNES_FUNCTION_PRECONDITIONED) { in SNESSolve_NCG()
283 if (snes->functype == SNES_FUNCTION_PRECONDITIONED) { in SNESSolve_NCG()
/petsc/src/snes/impls/qn/
H A Dqn.c97 if (snes->npc && snes->npcside == PC_LEFT && snes->functype == SNES_FUNCTION_PRECONDITIONED) { in SNESSolve_QN()
270 … PC_LEFT && snes->functype == SNES_FUNCTION_DEFAULT) snes->functype = SNES_FUNCTION_PRECONDITIONED; in SNESSetUp_QN()
/petsc/src/snes/impls/ngmres/
H A Dsnesngmres.c47 … PC_LEFT && snes->functype == SNES_FUNCTION_DEFAULT) snes->functype = SNES_FUNCTION_PRECONDITIONED; in SNESSetUp_NGMRES()
/petsc/include/
H A Dpetscsnes.h710 SNES_FUNCTION_PRECONDITIONED = 1 enumerator
/petsc/src/snes/interface/
H A Dsnes.c1991 if (snes->npcside == PC_LEFT && snes->functype == SNES_FUNCTION_PRECONDITIONED) { in SNESSetInitialFunction()
3437 if (snes->functype == SNES_FUNCTION_PRECONDITIONED) { in SNESSetUp()