#include "petscpc.h" PetscErrorCode PCGASMSetTotalSubdomains(PC pc,PetscInt N, PetscBool create_local)Collective on PC
pc | - the preconditioner context | |
N | - the total number of subdomains cumulative across all processors | |
create_local | - whether the subdomains to be created are to be local |
-pc_gasm_total_subdomains <n> | - sets the total number of subdomains to be autocreated by PCGASM | |
-pc_gasm_subdomains_create_local <true|false> | - whether autocreated subdomains should be local or not (default is true) |
By default the GASM preconditioner uses 1 subdomain per processor.
Use PCGASMSetSubdomains() to set subdomains explicitly or to set different numbers of subdomains per processor.
Level:advanced
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