Home
last modified time | relevance | path

Searched refs:n_e_x (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/stag/tests/
H A Dex51.c9 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()
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()