petsc-3.8.4 2018-03-24
Report Typos and Errors

PCGAMGSetSymGraph

Symmetrize the graph before computing the aggregation. Some algorithms require the graph be symmetric

Synopsis

#include "petscpc.h" 
PetscErrorCode PCGAMGSetSymGraph(PC pc, PetscBool n)
Not Collective on PC

Input Parameters

Options Database Key

See Also

PCGAMGSetSquareGraph()

Level:intermediate
Location:
src/ksp/pc/impls/gamg/agg.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages

pc - the preconditioner context
n - PETSC_TRUE or PETSC_FALSE
-pc_gamg_sym_graph <true,default=false> - symmetrize the graph before computing the aggregation