#include "petscpc.h" PetscErrorCode PCASMCreateSubdomains(Mat A, PetscInt n, IS* outis[])Collective
A | - The global matrix operator | |
n | - the number of local blocks |
outis | - the array of index sets defining the subdomains |
Note: this generates nonoverlapping subdomains; the PCASM will generate the overlap from these if you use PCASMSetLocalSubdomains()
In the Fortran version you must provide the array outis[] already allocated of length n.