Searched refs:slot_vertex_2 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex51.c | 9 PetscInt s_x, s_y, s_z, n_x, n_y, n_z, n_e_x, n_e_y, n_e_z, slot_vertex_2; in main() local 27 PetscCall(DMStagGetLocationSlot(dm, location_vertex, 1, &slot_vertex_2)); in main() 31 for (PetscInt i = s_x; i < s_x + n_x + n_e_x; ++i) x_array[k][j][i][slot_vertex_2] = 2.0; in main()
|