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

PCRedundantSetNumber

Sets the number of redundant preconditioner contexts.

Synopsis

#include "petscksp.h" 
PetscErrorCode PCRedundantSetNumber(PC pc,PetscInt nredundant)
Logically Collective on PC Many br

Input Parameters

pc - the preconditioner context Many br
nredundant - number of redundant preconditioner contexts; for example if you are using 64 MPI processes and Many bruse an nredundant of 4 there will be 4 parallel solves each on 16 = 64/4 processes. Many br

Many br

Keywords

PC, redundant solve

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