TSRHSSplitGetSNES#
Returns the SNES
(nonlinear solver) associated with a TS
(timestepper) context when RHS splits are used.
Synopsis#
#include "petscts.h"
PetscErrorCode TSRHSSplitGetSNES(TS ts, SNES *snes)
Not Collective, but snes is parallel if ts is parallel
Input Parameter#
Output Parameter#
snes - the nonlinear solver context
Note#
See Also#
TS: Scalable ODE and DAE Solvers, TS
, SNES
, TSCreate()
, TSRHSSplitSetSNES()
Level#
intermediate
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages