PETSc version 3.16.4
Fix/Edit manual page
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
TSIRKSetNumStages
(),
TSIRK
Level
intermediate
Location
src/ts/impls/implicit/irk/irk.c
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