Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
BSctx_set_method(3)		  BlockSolve95		     BSctx_set_method(3)

NAME
     BSctx_set_method - Set the iterative method to be used.

INPUT PARAMETERS
     context
	    - The context to change
     method
	    - The desired iterative method
	      The method choices are:
		CG - conjugate gradients
		SSOR - symmetric over-relaxation
		GMRES - for general (nonsymmetric) systems
		SYMMLQ - for symmetric indefinite systems

RETURNS
     void

NOTES
     Cannot use CG with a nonsymmetric matrix -- this will generate a BS error.

SYNOPSIS
     void BSctx_set_method(BSprocinfo *context, int method)

LOCATION
      BlockSolve95/src/BScontext.c

				   10/17/1996		     BSctx_set_method(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=BSctx_set_method&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help