.TH BSctx_set_restart 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSctx_set_restart \- Set the number of vectors stored by GMRES .SH INPUT PARAMETERS .PD 0 .TP .B context - The context to change .PD 1 .PD 0 .TP .B restart - The number of vectors used by GMRES .PD 1 .SH RETURNS void .SH NOTES Only applies when the METHOD chosen is GMRES. .SH SYNOPSIS .nf void BSctx_set_restart(BSprocinfo *context, int restart) .fi .SH LOCATION BlockSolve95/src/BScontext.c