TSSetSNES#
Set the SNES
(nonlinear solver) to be used by the timestepping context
Synopsis#
#include "petscts.h"
PetscErrorCode TSSetSNES(TS ts, SNES snes)
Collective
Input Parameters#
Note#
Most users should have the TS
created by calling TSGetSNES()
See Also#
TS: Scalable ODE and DAE Solvers, TS
, SNES
, TSCreate()
, TSSetUp()
, TSSolve()
, TSGetSNES()
Level#
developer
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages