petsc-3.7.1 2016-05-15
PCApplyRichardsonExists
Determines whether a particular preconditioner has a built-in fast application of Richardson's method.
Synopsis
#include "petscksp.h"
PetscErrorCode PCApplyRichardsonExists(PC pc,PetscBool *exists)
Not Collective Many br
Input Parameter
pc -the preconditioner Many br
Output Parameter
exists -PETSC_TRUE or PETSC_FALSE Many br
Many br
Keywords
PC, apply, Richardson, exists
See Also
PCApplyRichardson()
Level:developer
Location:src/ksp/pc/interface/precon.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages