TSSSPSetType#
set the TSSSP
time integration scheme to use
Synopsis#
#include "petscts.h"
PetscErrorCode TSSSPSetType(TS ts, TSSSPType ssptype)
Logically Collective
Input Parameters#
ts - time stepping object
ssptype - type of scheme to use
Options Database Keys#
-ts_ssp_type
- Type ofTSSSP
method (one of) rks2 rks3 rk104-ts_ssp_nstages<rks2: 5, rks3: 9> - Number of stages
See Also#
TS: Scalable ODE and DAE Solvers, TSSSP
, TSSSPGetType()
, TSSSPSetNumStages()
, TSSSPRKS2
, TSSSPRKS3
, TSSSPRK104
Level#
beginner
Location#
Implementations#
TSSSPSetType_SSP() in src/ts/impls/explicit/ssp/ssp.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages