.TH BSctx_set_max_it 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSctx_set_max_it \- Set the maximum number of iterations to be allowed by the iterative solver. .SH INPUT PARAMETERS .PD 0 .TP .B context - The context to change .PD 1 .PD 0 .TP .B max_it - The maximum number of iterations .PD 1 .SH NOTES The default value is 100. .SH RETURNS void .SH SYNOPSIS .nf void BSctx_set_max_it(BSprocinfo *context, int max_it) .fi .SH LOCATION BlockSolve95/src/BScontext.c