Searched refs:getapp1 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/ao/tests/ |
| H A D | ex1.c | 11 PetscInt getpetsc1[] = {0, 3, 4}, getapp1[] = {2, 1, 9, 7}; in main() local 48 PetscCall(AOPetscToApplication(ao, 4, getapp1)); in main() 52 … i++) PetscCheck(getapp1[i] == getapp[i], PETSC_COMM_SELF, PETSC_ERR_USER, "getapp1 %" PetscInt_FM… in main()
|