petsc-3.10.5 2019-03-28
TSRKGetType
Get the type of RK scheme
Synopsis
#include "petscts.h"
PetscErrorCode TSRKGetType(TS ts,TSRKType *rktype)
Logically collective
Input Parameter
ts -timestepping context
Output Parameter
rktype -type of RK-scheme
See Also
TSRKGetType()
Level
intermediate
Location
src/ts/impls/explicit/rk/rk.c
Implementations
TSRKGetType_RK in src/ts/impls/explicit/rk/rk.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages