Skip to main content
Ctrl+K
PETSc 3.22.3 documentation - Home
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • TSARKIMEXSetType

TSARKIMEXSetType#

Set the type of TSARKIMEX scheme

Synopsis#

#include "petscts.h"   
PetscErrorCode TSARKIMEXSetType(TS ts, TSARKIMEXType arktype)

Logically Collective

Input Parameters#

  • ts - timestepping context

  • arktype - type of TSARKIMEX scheme

Options Database Key#

  • -ts_arkimex_type <1bee,a2,l2,ars122,2c,2d,2e,prssp2,3,bpr3,ars443,4,5> - set TSARKIMEX scheme type

See Also#

TS: Scalable ODE and DAE Solvers, TSARKIMEXGetType(), TSARKIMEX, TSARKIMEXType, TSARKIMEX1BEE, TSARKIMEXA2, TSARKIMEXL2, TSARKIMEXARS122, TSARKIMEX2C, TSARKIMEX2D, TSARKIMEX2E, TSARKIMEXPRSSP2, TSARKIMEX3, TSARKIMEXBPR3, TSARKIMEXARS443, TSARKIMEX4, TSARKIMEX5

Level#

intermediate

Location#

src/ts/impls/arkimex/arkimex.c

Examples#

src/ts/tutorials/extchemfield.c
src/ts/tutorials/ex36.c
src/ts/tutorials/extchem.c

Implementations#

TSARKIMEXSetType_ARKIMEX() in src/ts/impls/arkimex/arkimex.c


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

On this page
  • Synopsis
  • Input Parameters
  • Options Database Key
  • See Also
  • Level
  • Location
  • Examples
  • Implementations
Edit on GitLab
Show Source

© Copyright 1991-2025, UChicago Argonne, LLC and the PETSc Development Team.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.15.1.

Last updated on 2025-01-29T16:50:21-0600 (v3.22.3).