Lines Matching defs:snes

236 static PetscErrorCode SNESMSStep_3Sstar(SNES snes, Vec X, Vec F)  in SNESMSStep_3Sstar()
264 static PetscErrorCode SNESMSStep_Basic(SNES snes, Vec X, Vec F) in SNESMSStep_Basic()
282 static PetscErrorCode SNESMSStep_Step(SNES snes, Vec X, Vec F) in SNESMSStep_Step()
296 static PetscErrorCode SNESMSStep_Norms(SNES snes, PetscInt iter, Vec F) in SNESMSStep_Norms()
321 static PetscErrorCode SNESSolve_MS(SNES snes) in SNESSolve_MS()
363 static PetscErrorCode SNESSetUp_MS(SNES snes) in SNESSetUp_MS()
376 static PetscErrorCode SNESDestroy_MS(SNES snes) in SNESDestroy_MS()
387 static PetscErrorCode SNESView_MS(SNES snes, PetscViewer viewer) in SNESView_MS()
399 static PetscErrorCode SNESSetFromOptions_MS(SNES snes, PetscOptionItems PetscOptionsObject) in SNESSetFromOptions_MS()
432 static PetscErrorCode SNESMSGetType_MS(SNES snes, SNESMSType *mstype) in SNESMSGetType_MS()
442 static PetscErrorCode SNESMSSetType_MS(SNES snes, SNESMSType mstype) in SNESMSSetType_MS()
479 PetscErrorCode SNESMSGetType(SNES snes, SNESMSType *mstype) in SNESMSGetType()
501 PetscErrorCode SNESMSSetType(SNES snes, SNESMSType mstype) in SNESMSSetType()
510 static PetscErrorCode SNESMSGetDamping_MS(SNES snes, PetscReal *damping) in SNESMSGetDamping_MS()
519 static PetscErrorCode SNESMSSetDamping_MS(SNES snes, PetscReal damping) in SNESMSSetDamping_MS()
543 PetscErrorCode SNESMSGetDamping(SNES snes, PetscReal *damping) in SNESMSGetDamping()
565 PetscErrorCode SNESMSSetDamping(SNES snes, PetscReal damping) in SNESMSSetDamping()
597 PETSC_EXTERN PetscErrorCode SNESCreate_MS(SNES snes) in SNESCreate_MS()