petsc-3.14.6 2021-03-30
Report Typos and Errors

PCApplySymmetricRight

Applies the right part of a symmetric preconditioner to a vector.

Synopsis

#include "petscksp.h" 
PetscErrorCode  PCApplySymmetricRight(PC pc,Vec x,Vec y)
Collective on PC

Input Parameters

pc - the preconditioner context
x - input vector

Output Parameter

y - output vector

Notes

Currently, this routine is implemented only for PCICC and PCJACOBI preconditioners.

See Also

PCApply(), PCApplySymmetricLeft()

Level

developer

Location

src/ksp/pc/interface/precon.c

Implementations

PCApplySymmetricRight_BJacobi_Singleblock in src/ksp/pc/impls/bjacobi/bjacobi.c
PCApplySymmetricRight_Cholesky in src/ksp/pc/impls/factor/cholesky/cholesky.c
PCApplySymmetricRight_ICC in src/ksp/pc/impls/factor/icc/icc.c
PCApplySymmetricRight_ILU in src/ksp/pc/impls/factor/ilu/ilu.c
PCApplySymmetricRight_Shell in src/ksp/pc/impls/shell/shellpc.c

Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages