petsc-3.15.0 2021-03-30
Report Typos and Errors

TSGetStages

Get the number of stages and stage values

Synopsis

#include "petscts.h"  
PetscErrorCode  TSGetStages(TS ts,PetscInt *ns,Vec **Y)

Input Parameter

ts - the TS context obtained from TSCreate()

Output Parameters

ns - the number of stages
Y - the current stage vectors

Notes: Both ns and Y can be NULL.

See Also

TSCreate()

Level

advanced

Location

src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages