TSSundialsSetType

Sets the method that Sundials will use for integration.

Synopsis

#include "petscts.h" 
PetscErrorCode PETSCTS_DLLEXPORT TSSundialsSetType(TS ts,TSSundialsType type)
Collective on TS

Input parameters

ts - the time-step context
type - one of SUNDIALS_ADAMS or SUNDIALS_BDF

Keywords

Adams, backward differentiation formula

See Also

TSSundialsGetIterations(), TSSundialsSetGMRESRestart(),
TSSundialsSetLinearTolerance(), TSSundialsSetGramSchmidtType(), TSSundialsSetTolerance(), TSSundialsGetIterations(), TSSundialsSetType(), TSSundialsSetGMRESRestart(), TSSundialsSetLinearTolerance(), TSSundialsSetTolerance(), TSSundialsGetPC(), TSSundialsSetExactFinalTime()

Level:intermediate
Location:
src/ts/impls/implicit/sundials/sundials.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages