#include "petscpc.h" PetscErrorCode PCASMCreateSubdomains2D(PetscInt m,PetscInt n,PetscInt M,PetscInt N,PetscInt dof,PetscInt overlap,PetscInt *Nsub,IS **is,IS **is_local)Not Collective
m, n | - the number of mesh points in the x and y directions | |
M, N | - the number of subdomains in the x and y directions | |
dof | - degrees of freedom per node | |
overlap | - overlap in mesh lines |
Nsub | - the number of subdomains created | |
is | - array of index sets defining overlapping (if overlap > 0) subdomains | |
is_local | - array of index sets defining non-overlapping subdomains |
Level:advanced
Location:src/ksp/pc/impls/asm/asm.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages