petsc-3.7.1 2016-05-15
PCGASMSetTotalSubdomains
sets the total number of subdomains to use across the communicator. Logically collective on pc
Synopsis
#include "petscpc.h"
PetscErrorCode PCGASMSetTotalSubdomains(PC pc,PetscInt N)
Input Parameters
| pc | - the preconditioner Many br |
| N | - total number of subdomains Many br |
Many br
Keywords
PC, ASM, DM, set, subdomains, additive Schwarz
See Also
PCGASMSetSubdomains(), PCGASMSetOverlap()
PCGASMCreateSubdomains2D() Many br
Level:beginner
Location:src/ksp/pc/impls/gasm/gasm.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages