#include "petscdmda.h" PetscErrorCode DMDAGetGhostCorners(DM da,PetscInt *x,PetscInt *y,PetscInt *z,PetscInt *m,PetscInt *n,PetscInt *p)Not Collective
da | - the distributed array |
x | - the corner index for the first dimension | |
y | - the corner index for the second dimension (only used in 2D and 3D problems) | |
z | - the corner index for the third dimension (only used in 3D problems) | |
m | - the width in the first dimension | |
n | - the width in the second dimension (only used in 2D and 3D problems) | |
p | - the width in the third dimension (only used in 3D problems) |