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
  • TSProblemType

TSProblemType#

Determines the type of problem this TS object is to be used to solve

Synopsis#

#include <petscts.h> 
typedef enum {
  TS_LINEAR,
  TS_NONLINEAR
} TSProblemType;

Values#

  • TS_LINEAR - a linear ODE or DAE

  • TS_NONLINEAR - a nonlinear ODE or DAE

See Also#

TS: Scalable ODE and DAE Solvers, TS, TSCreate()

Level#

beginner

Location#

include/petscts.h

Examples#

src/ts/tutorials/ex4.c

Examples#

src/ts/tutorials/ex21.c
src/ts/tutorials/ex27.c
src/ts/tutorials/ex12.c
src/ts/tutorials/ex1.c
src/ts/tutorials/ex15.c
src/ts/tutorials/ex17.c
src/tao/unconstrained/tutorials/burgers_spectral.c
src/ts/tutorials/ex14.c
src/ts/tutorials/ex2.c
src/ts/tutorials/ex10.c

Examples#

src/ts/tutorials/ex74.c
src/ts/tutorials/ex6.c
src/ts/tutorials/ex4.c
src/tao/unconstrained/tutorials/spectraladjointassimilation.c
src/ts/tutorials/ex3.c
src/ts/tutorials/ex5.c


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

On this page
  • Synopsis
  • Values
  • See Also
  • Level
  • Location
  • Examples
  • Examples
  • Examples
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).