next up previous contents
Next: Auxiliary functions Up: Algebraic Multilevel Previous: Specific auxiliaries

Example of the Algebraic Multilevel 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}
ierr = AMLSetSolutionScheme(the\_pc,AMLSolveMG);
 ierr = AMLSe...
 ...\}ierr = ParPreSetup(MPI\_COMM\_WORLD,coeff\_matrix,the\_pc);\par\end{obeylines}



Victor Eijkhout
7/27/1998