.TH BSctx_set_tol 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSctx_set_tol \- Set the relative residual tolerance for the iterative method. .SH INPUT PARAMETERS .PD 0 .TP .B context - The context to change .PD 1 .PD 0 .TP .B tol - The relative residual desired from the iterative method .PD 1 .SH RETURNS void .SH NOTES none. .SH SYNOPSIS .nf void BSctx_set_tol(BSprocinfo *context, FLOAT tol) .fi .SH LOCATION BlockSolve95/src/BScontext.c