petsc-3.7.1 2016-05-15
Report Typos and Errors

TSSundialsSetMaxl

Sets the dimension of the Krylov space used by GMRES in the linear solver in SUNDIALS. SUNDIALS DOES NOT use restarted GMRES so this is the maximum number of GMRES steps that will be used.

Synopsis

#include "petscts.h" 
PetscErrorCode  TSSundialsSetMaxl(TS ts,PetscInt maxl)
Logically Collective on TS Many br

Input parameters

ts - the time-step context Many br
maxl - number of direction vectors (the dimension of Krylov subspace). Many br

Many br

Keywords

GMRES

See Also

TSSundialsGetIterations(), TSSundialsSetType(),
TSSundialsSetLinearTolerance(), TSSundialsSetGramSchmidtType(), TSSundialsSetTolerance(), Many brTSSundialsGetIterations(), TSSundialsSetType(), Many brTSSundialsSetLinearTolerance(), TSSundialsSetTolerance(), TSSundialsGetPC(), Many brTSSetExactFinalTime() Many br

Level:advanced
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