next up previous contents
Next: Generalised Block SSOR Up: Multiplicative Schwarz Previous: Specific auxiliaries

Example of the Multiplicative Schwarz 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}
/* parametrised setting over overlap */
 ierr = PCSchwarzSetHa...
 ...\}ierr = ParPreSetup(MPI\_COMM\_WORLD,coeff\_matrix,the\_pc);\par\end{obeylines}



Victor Eijkhout
7/27/1998