next up previous contents
Next: Algebraic Multilevel Up: Schur system Domain Decomposition Previous: Specific auxiliaries

Example of the Schur system Domain Decomposition 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}
\{
\begingroup 
 \advance\parindent\parindent
 PC intface\_pc;...
 ...\}ierr = ParPreSetup(MPI\_COMM\_WORLD,coeff\_matrix,the\_pc);\par\end{obeylines}



Victor Eijkhout
7/27/1998