TSPVodeSetGramSchmidtType

Sets type of orthogonalization used in GMRES method by PVODE linear solver.

Synopsis

int TSPVodeSetGramSchmidtType(TS ts, TSPVodeGramSchmidtType type)
Collective on TS

Input parameters

ts - the time-step context
type - either PVODE_MODIFIED_GS or PVODE_CLASSICAL_GS

Keywords

PVode, orthogonalization

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