next up previous contents
Next: Schur system Domain Decomposition Up: Generalised Block SSOR Previous: Specific auxiliaries

Example of the Generalised Block SSOR method

The following is one example of the setup calls for the None preconditioner. It is not exhaustive, and other possibilities do exist.

ierr = PCCreate(MPI_COMM_WORLD,&the_pc);

ierr = PCSetType(the_pc,);


\begin{obeylines}
/* Declare local solve */
 \{
\begingroup 
 \advance\parindent...
 ...
 ierr = ParPreSetup(MPI\_COMM\_WORLD,coeff\_matrix,the\_pc);\par\end{obeylines}



Victor Eijkhout
7/27/1998