Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex41.c10 PetscInt tmp_ind[2]; in test_vec_ops() local
107 tmp_ind[0] = 0; in test_vec_ops()
108 tmp_ind[1] = 1; in test_vec_ops()
110 PetscCall(VecNestSetSubVecs(Y, 2, tmp_ind, tmp_buf)); in test_vec_ops()