#include "petscdmda.h" PetscErrorCode DMDASetNumProcs(DM da, PetscInt m, PetscInt n, PetscInt p)Logically Collective on DMDA
da | - the DMDA | |
m | - the number of X procs (or PETSC_DECIDE) | |
n | - the number of Y procs (or PETSC_DECIDE) | |
p | - the number of Z procs (or PETSC_DECIDE) |