Searched refs:n_e_y (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 26 PetscCall(DMStagGetCorners(dm, &s_x, &s_y, &s_z, &n_x, &n_y, &n_z, &n_e_x, &n_e_y, &n_e_z)); in main() 30 for (PetscInt j = s_y; j < s_y + n_y + n_e_y; ++j) { in main()
|