next up previous contents
Next: Multiplicative Schwarz Up: Additive Schwarz Previous: Specific auxiliaries

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



Victor Eijkhout
7/27/1998