PCCreate

Creates a preconditioner context.

Synopsis

int PCCreate(MPI_Comm comm,PC *newpc)
Collective on MPI_Comm

Input Parameter

comm -MPI communicator

Output Parameter

pc -location to put the preconditioner context

Notes

The default preconditioner on one processor is PCILU with 0 fill on morethen one it is PCBJACOBI with ILU() on each processor.

Keywords

PC, create, context

See Also

PCSetUp(), PCApply(), PCDestroy()

Location: src/pc/interface/precon.c
PC Index
Table of Contents