TSEquationType#

type of TS problem that is solved

Synopsis#

Developer Notes#

this must match petsc/finclude/petscts.h

Supported types are#

TS_EQ_UNSPECIFIED (default) TS_EQ_EXPLICIT {ODE and DAE index 1, 2, 3, HI}: F(t,U,U_t) := M(t) U_t - G(U,t) = 0 TS_EQ_IMPLICIT {ODE and DAE index 1, 2, 3, HI}: F(t,U,U_t) = 0

See Also#

TSGetEquationType(), TSSetEquationType()

Level#

beginner

Location#

include/petscts.h

Examples#

src/ts/tutorials/ex20adj.c.html
src/ts/tutorials/ex20opt_ic.c.html
src/ts/tutorials/ex20opt_p.c.html
src/ts/tutorials/ex20td.c.html
src/ts/tutorials/ex25.c.html
src/ts/tutorials/ex35.cxx.html
src/ts/tutorials/ex36.c.html
src/ts/tutorials/ex36A.c.html
src/ts/tutorials/ex36SE.c.html


Edit on GitLab

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