Searched refs:gsy (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | grglvis.c | 97 PetscInt sx, sy, sz, gsx, gsy, gsz, ist, jst, kst, gm, gn, gp; in DMDASampleGLVisFields_Private() local 107 PetscCall(DMDAGetGhostCorners(da, &gsx, &gsy, &gsz, &gm, &gn, &gp)); in DMDASampleGLVisFields_Private() 113 jst = gsy != sy ? 1 : 0; in DMDASampleGLVisFields_Private() 344 PetscInt gsx, gsy, gsz, gm, gn, gp, kst, jst, ist; in DMDAView_GLVis_ASCII() local 480 PetscCall(DMDAGetGhostCorners(da, &gsx, &gsy, &gsz, &gm, &gn, &gp)); in DMDAView_GLVis_ASCII() 485 jst = gsy != sy ? 1 : 0; in DMDAView_GLVis_ASCII()
|