Home
last modified time | relevance | path

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

/petsc/src/vec/is/ao/tests/
H A Dex1.c12 PetscInt getpetsc2[] = {0, 3, 4}, getapp2[] = {2, 1, 9, 7}; in main() local
65 PetscCall(AOApplicationToPetsc(ao, 3, getpetsc2)); in main()
69 … PetscCheck(getpetsc2[i] == getpetsc[i], PETSC_COMM_SELF, PETSC_ERR_USER, "getpetsc2 %" PetscInt_F… in main()