Home
last modified time | relevance | path

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

/petsc/src/vec/is/ao/tests/
H A Dex1.c13 PetscInt getpetsc3[] = {0, 3, 4}, getapp3[] = {2, 1, 9, 7}; in main() local
98 PetscCall(AOApplicationToPetsc(ao, 3, getpetsc3)); in main()
101 …scInt_FMT " %" PetscInt_FMT " %" PetscInt_FMT "\n", rank, getpetsc3[0], getpetsc3[1], getpetsc3[2]… in main()
106 … PetscCheck(getpetsc3[i] == getpetsc[i], PETSC_COMM_SELF, PETSC_ERR_USER, "getpetsc3 %" PetscInt_F… in main()