TSIRKSetType#

Set the type of IRK scheme

Synopsis#

#include "petscts.h"   
PetscErrorCode TSIRKSetType(TS ts, TSIRKType irktype)

Logically collective

Input Parameters#

  • ts - timestepping context

  • irktype - type of IRK scheme

Options Database#

  • -ts_irk_type - set irk type

See Also#

TSIRKGetType(), TSIRK, TSIRKType, TSIRKGAUSS

Level#

intermediate

Location#

src/ts/impls/implicit/irk/irk.c

Implementations#

TSIRKSetType_IRK in src/ts/impls/implicit/irk/irk.c


Edit on GitLab

Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages