PCPARMSSetNonsymPerm#
Sets the type of permutation for the ARMS preconditioner: the standard symmetric ARMS or the non-symmetric ARMS (ARMS-ddPQ).
Synopsis#
#include "petscpc.h" 
PetscErrorCode PCPARMSSetNonsymPerm(PC pc, PetscBool nonsym)
Collective
Input Parameters#
- pc - the preconditioner context 
- nonsym - - PETSC_TRUEindicates the non-symmetric ARMS is used;- PETSC_FALSEindicates the symmetric ARMS is used
Options Database Key#
- -pc_parms_nonsymmetric_perm - sets the use of nonsymmetric permutation 
Note#
See the pARMS function parms_PCSetPermType() for more information.
See Also#
Level#
intermediate
Location#
Implementations#
PCPARMSSetNonsymPerm_PARMS() in src/ksp/pc/impls/parms/parms.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages