Lines Matching defs:snes
33 PetscErrorCode SNESNGSSetTolerances(SNES snes, PetscReal abstol, PetscReal rtol, PetscReal stol, Pe… in SNESNGSSetTolerances()
79 PetscErrorCode SNESNGSGetTolerances(SNES snes, PetscReal *atol, PetscReal *rtol, PetscReal *stol, P… in SNESNGSGetTolerances()
108 PetscErrorCode SNESNGSSetSweeps(SNES snes, PetscInt sweeps) in SNESNGSSetSweeps()
131 PetscErrorCode SNESNGSGetSweeps(SNES snes, PetscInt *sweeps) in SNESNGSGetSweeps()
141 static PetscErrorCode SNESReset_NGS(SNES snes) in SNESReset_NGS()
150 static PetscErrorCode SNESDestroy_NGS(SNES snes) in SNESDestroy_NGS()
158 static PetscErrorCode SNESSetUp_NGS(SNES snes) in SNESSetUp_NGS()
168 static PetscErrorCode SNESSetFromOptions_NGS(SNES snes, PetscOptionItems PetscOptionsObject) in SNESSetFromOptions_NGS()
198 static PetscErrorCode SNESView_NGS(SNES snes, PetscViewer viewer) in SNESView_NGS()
213 static PetscErrorCode SNESSolve_NGS(SNES snes) in SNESSolve_NGS()
317 PETSC_EXTERN PetscErrorCode SNESCreate_NGS(SNES snes) in SNESCreate_NGS()