PCBDDCSetCoarseningRatio#
Set coarsening ratio used in multilevel version
Synopsis#
#include "petscpc.h"
PetscErrorCode PCBDDCSetCoarseningRatio(PC pc, PetscInt k)
Logically collective
Input Parameters#
pc - the preconditioning context
k - coarsening ratio (H/h at the coarser level)
Options Database Key#
-pc_bddc_coarsening_ratio
- Set coarsening ratio used in multilevel coarsening
Note#
Approximately k subdomains at the finer level will be aggregated into a single subdomain at the coarser level
See Also#
Level#
intermediate
Location#
Implementations#
PCBDDCSetCoarseningRatio_BDDC in src/ksp/pc/impls/bddc/bddc.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages