#include "petscdmda.h" PetscErrorCode DMDAGetInfo(DM da,PetscInt *dim,PetscInt *M,PetscInt *N,PetscInt *P,PetscInt *m,PetscInt *n,PetscInt *p,PetscInt *dof,PetscInt *s,DMDABoundaryType *bx,DMDABoundaryType *by,DMDABoundaryType *bz,DMDAStencilType *st)Not Collective
dim | - dimension of the distributed array (1, 2, or 3) | |
M, N, P | - global dimension in each direction of the array | |
m, n, p | - corresponding number of procs in each dimension | |
dof | - number of degrees of freedom per node | |
s | - stencil width | |
bx,by,bz | - type of ghost nodes at boundary, one of DMDA_BOUNDARY_NONE, DMDA_BOUNDARY_GHOSTED, DMDA_BOUNDARY_MIRROR, DMDA_BOUNDARY_PERIODIC | |
st | - stencil type, either DMDA_STENCIL_STAR or DMDA_STENCIL_BOX |
Level:beginner
Location:src/dm/impls/da/daview.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages