PETSc version 3.15.5
TSGetType
Gets the TS method type (as a string). 
Synopsis
#include "petscts.h"  
PetscErrorCode  TSGetType(TS ts, TSType *type)
Not Collective
Input Parameter
Output Parameter
|  | type | - The name of TS method | 
See Also
TSSetType()
Level
intermediate
Location
src/ts/interface/tsreg.c
Examples
src/ts/tutorials/ex31.c.html
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages