TSIsImplicit#
Indicates if a TS represents an implicit integrator that uses SNES
Synopsis#
#include "petscts.h"
PetscErrorCode TSIsImplicit(TS ts, PetscBool *isimplicit)
Not Collective
Input Parameter#
Output Parameter#
Note#
For integrators that do not use SNES (that is, explicit methods), snes exists but is not used.
See Also#
TS: Scalable ODE and DAE Solvers, TS, SNES, TSCreate(), TSSetUp(), TSSolve(), TSGetKSP(), TSGetSNES()
Level#
beginner
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages