PETSc version 3.15.5
TSRKGetType
Get the type of RK scheme 
Synopsis
#include "petscts.h"   
PetscErrorCode TSRKGetType(TS ts,TSRKType *rktype)
Not collective
Input Parameter
|  | ts | - timestepping context | 
Output Parameter
|  | rktype | - type of RK-scheme | 
See Also
 TSRKSetType()
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