Searched refs:a2d (Results 1 – 1 of 1) sorted by relevance
109 PetscErrorCode GiveGhostPoints2d(DM da, T *cgs, T **a2d[]) in GiveGhostPoints2d() argument115 for (PetscInt j = 0; j < gym; j++) (*a2d)[j] = cgs + j * gxm - gxs; in GiveGhostPoints2d()116 *a2d -= gys; in GiveGhostPoints2d()