Home
last modified time | relevance | path

Searched refs:SNES_FUNCTION_DEFAULT (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()
/petsc/src/snes/impls/ls/
H A Dls.c296 …if (snes->npcside == PC_LEFT && snes->functype == SNES_FUNCTION_DEFAULT) snes->functype = SNES_FUN… in SNESSetUp_NEWTONLS()
/petsc/src/snes/impls/ncg/
H A Dsnesncg.c17 if (snes->functype == SNES_FUNCTION_DEFAULT) snes->functype = SNES_FUNCTION_UNPRECONDITIONED; in SNESSetUp_NCG()
/petsc/src/snes/impls/ngmres/
H A Dsnesngmres.c47 …if (snes->npcside == PC_LEFT && snes->functype == SNES_FUNCTION_DEFAULT) snes->functype = SNES_FUN… in SNESSetUp_NGMRES()
/petsc/src/snes/impls/qn/
H A Dqn.c270 …if (snes->npcside == PC_LEFT && snes->functype == SNES_FUNCTION_DEFAULT) snes->functype = SNES_FUN… in SNESSetUp_QN()
/petsc/include/
H A Dpetscsnes.h708 SNES_FUNCTION_DEFAULT = -1, enumerator
/petsc/src/snes/interface/
H A Dsnes.c1849 snes->functype = SNES_FUNCTION_DEFAULT; in SNESCreate()