petsc-3.7.1 2016-05-15
TSSSPSetNumStages
set the number of stages to use with the SSP method
Synopsis
#include "petscts.h"
PetscErrorCode TSSSPSetNumStages(TS ts,PetscInt nstages)
Logically Collective Many br
Input Arguments
ts - time stepping object Many brnstages - number of stages Many br
Options Database Keys
-ts_ssp_type <rks2>: NumStages of SSP method (one of) rks2 rks3 rk104 Many br-ts_ssp_nstages <5>: Number of stages Many br
Many br
See Also
TSSSP, TSSSPGetNumStages(), TSSSPSetNumStages(), TSSSPRKS2, TSSSPRKS3, TSSSPRK104
Level:beginner
Location:src/ts/impls/explicit/ssp/ssp.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages