petsc-3.7.1 2016-05-15
Report Typos and Errors

PCGAMGSetProcEqLim

Set number of equations to aim for on coarse grids via processor reduction.

Synopsis

#include "petscpc.h" 
PetscErrorCode  PCGAMGSetProcEqLim(PC pc, PetscInt n)
Logically Collective on PC Many br

Input Parameters

pc - the preconditioner context Many br
n - the number of equations Many br

Options Database Key

-pc_gamg_process_eq_limit <limit> - Many br Many br

See Also

PCGAMGSetCoarseEqLim()

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