Searched refs:getpetsc (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/ao/tests/ |
| H A D | ex1.c | 10 PetscInt getpetsc[] = {0, 3, 4}, getapp[] = {2, 1, 9, 7}; in main() local 35 PetscCall(AOApplicationToPetsc(ao, 3, getpetsc)); in main() 38 …tscInt_FMT " %" PetscInt_FMT " %" PetscInt_FMT "\n", rank, getpetsc[0], getpetsc[1], getpetsc[2])); in main() 53 …petsc1[i] == getpetsc[i], PETSC_COMM_SELF, PETSC_ERR_USER, "getpetsc1 %" PetscInt_FMT " != getpets… in main() 69 …petsc2[i] == getpetsc[i], PETSC_COMM_SELF, PETSC_ERR_USER, "getpetsc2 %" PetscInt_FMT " != getpets… in main() 82 …petsc4[i] == getpetsc[i], PETSC_COMM_SELF, PETSC_ERR_USER, "getpetsc4 %" PetscInt_FMT " != getpets… in main() 106 …petsc3[i] == getpetsc[i], PETSC_COMM_SELF, PETSC_ERR_USER, "getpetsc3 %" PetscInt_FMT " != getpets… in main()
|