PCApplyRichardsonExists
Determines whether a particular preconditioner has a built-in fast application of Richardson's method.
Synopsis
#include "sles.h"
int PCApplyRichardsonExists(PC pc,PetscTruth *exists)
Not Collective
Input Parameter
pc -the preconditioner
Output Parameter
exists -PETSC_TRUE or PETSC_FALSE
Keywords
PC, apply, Richardson, exists
See Also
PCApplyRichardson()
Level:developer
Location:src/sles/pc/interface/precon.c
PC Index
Table of Contents