TSPVodeSetLinearTolerance

Sets the tolerance used to solve the linear system by PVODE.

Synopsis

int TSPVodeSetLinearTolerance(TS ts, double tol)
Collective on TS

Input parameters

ts - the time-step context
tol - the factor by which the tolerance on the nonlinear solver is multiplied to get the tolerance on the linear solver, .05 by default.

Keywords

GMRES, linear convergence tolerance, PVODE

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