TSPVodeSetType

Sets the method that PVode will use for integration.

Synopsis

int TSPVodeSetType(TS ts, TSPVodeType type)
Collective on TS

Input parameters

ts - the time-step context
type - one of PVODE_ADAMS or PVODE_BDF

Contributed by: Liyang Xu

Keywords

Adams, backward differentiation formula

Location: src/ts/impls/implicit/pvode/petscpvode.c
Time Stepping
Table of Contents