Searched refs:idxDown (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex13.c | 199 … startx, starty, nx, ny, nExtrax, nExtray, dof0, dof1, dof2, c, idxLeft, idxDown, idxDownLeft, idx… in Test2_2d() local 212 PetscCall(DMStagGetLocationSlot(dm, DMSTAG_DOWN, 0, &idxDown)); in Test2_2d() 229 const PetscScalar valRef = TEST_FUNCTION(i, j, 0, idxDown, c); in Test2_2d() 230 arr[j][i][idxDown + c] = valRef; in Test2_2d() 270 const PetscScalar valRef = TEST_FUNCTION(i, j, 0, idxDown, c); in Test2_2d() 271 const PetscScalar val = arr[j][i][idxDown + c]; in Test2_2d() 277 const PetscScalar val = arr[j][i][idxDown + c]; in Test2_2d() 306 …, ny, nz, nExtrax, nExtray, nExtraz, dof0, dof1, dof2, dof3, c, idxLeft, idxDown, idxDownLeft, idx… in Test2_3d() local 323 PetscCall(DMStagGetLocationSlot(dm, DMSTAG_DOWN, 0, &idxDown)); in Test2_3d() 360 const PetscScalar valRef = TEST_FUNCTION(i, j, k, idxDown, c); in Test2_3d() [all …]
|