next up previous contents
Next: Relationship to Petsc Up: Appendices Previous: Appendices

Use of the command line options database

  Various settings in ParPre (and in fact in the underlying Petsc library) can be set by a function call in the program, eg PCSetType(the_pc,PCNONE);, or by using command line options.

Command line options can be set in any of the following ways:

Sometimes command line options are formed from the basic options, eg to set the preconditioner type for subdomain solvers we use an option -sub_pc_type none.

See the Petsc manual for more information about setting options.



Victor Eijkhout
7/27/1998