TSSetEquationType#

Sets the type of the equation that TS is solving.

Synopsis#

#include "petscts.h"  
PetscErrorCode TSSetEquationType(TS ts, TSEquationType equation_type)

Not Collective

Input Parameters#

See Also#

TS: Scalable ODE and DAE Solvers, TS, TSGetEquationType(), TSEquationType

Level#

advanced

Location#

src/ts/interface/ts.c

Examples#

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


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