TSIRKSetType#
Set the type of TSIRK scheme to use
Synopsis#
#include "petscts.h"   
PetscErrorCode TSIRKSetType(TS ts, TSIRKType irktype)
Logically Collective
Input Parameters#
- ts - timestepping context 
- irktype - type of - TSIRKscheme
Options Database Key#
- -ts_irk_type - - set irk type
See Also#
TS: Scalable ODE and DAE Solvers, TSIRKGetType(), TSIRK, TSIRKType, TSIRKGAUSS
Level#
intermediate
Location#
Implementations#
TSIRKSetType_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