Next: Schur system Domain Decomposition
Up: Generalised Block SSOR
Previous: Specific auxiliaries
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,);
Victor Eijkhout
7/27/1998