Searched refs:idxBackLeft (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex13.c | 306 …, c, idxLeft, idxDown, idxDownLeft, idxBackDownLeft, idxBackDown, idxBack, idxBackLeft, idxElement; in Test2_3d() local 317 PetscCall(DMStagGetLocationSlot(dm, DMSTAG_BACK_LEFT, 0, &idxBackLeft)); in Test2_3d() 342 const PetscScalar valRef = TEST_FUNCTION(i, j, k, idxBackLeft, c); in Test2_3d() 343 arr[k][j][i][idxBackLeft + c] = valRef; in Test2_3d() 409 const PetscScalar valRef = TEST_FUNCTION(i, j, k, idxBackLeft, c); in Test2_3d() 410 const PetscScalar val = arr[k][j][i][idxBackLeft + c]; in Test2_3d() 416 const PetscScalar val = arr[k][j][i][idxBackLeft + c]; in Test2_3d()
|