petsc-3.4.5 2014-06-29

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 Parameter

Keywords

TS, equation type

See Also

TSGetEquationType(), TSEquationType

Level:advanced
Location:
src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages

ts - the TS context
equation_type - see TSEquationType