TSIRKGetNumStages#
Get the number of stages of IRK scheme
Synopsis#
#include "petscts.h"
PetscErrorCode TSIRKGetNumStages(TS ts, PetscInt *nstages)
Logically collective
Input Parameters#
ts - timestepping context
nstages - number of stages of IRK scheme
See Also#
Level#
intermediate
Location#
Implementations#
TSIRKGetNumStages_IRK in src/ts/impls/implicit/irk/irk.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages