.TH BSctx_set_method 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSctx_set_method \- Set the iterative method to be used. .SH INPUT PARAMETERS .PD 0 .TP .B context - The context to change .PD 1 .PD 0 .TP .B method - The desired iterative method .PD 1 .br The method choices are: .br CG - conjugate gradients .br SSOR - symmetric over-relaxation .br GMRES - for general (nonsymmetric) systems .br SYMMLQ - for symmetric indefinite systems .SH RETURNS void .SH NOTES Cannot use CG with a nonsymmetric matrix -- this will generate a BS error. .SH SYNOPSIS .nf void BSctx_set_method(BSprocinfo *context, int method) .fi .SH LOCATION BlockSolve95/src/BScontext.c