TSSSPGetNumStages#

get the number of stages in the TSSSP time integration scheme

Synopsis#

#include "petscts.h"   
PetscErrorCode TSSSPGetNumStages(TS ts, PetscInt *nstages)

Logically Collective

Input Parameter#

  • ts - time stepping object

Output Parameter#

  • nstages - number of stages

See Also#

TS: Scalable ODE and DAE Solvers, TSSSP, TSSSPGetType(), TSSSPSetNumStages(), TSSSPRKS2, TSSSPRKS3, TSSSPRK104

Level#

beginner

Location#

src/ts/impls/explicit/ssp/ssp.c

Implementations#

TSSSPGetNumStages_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