Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex32.c15 PetscInt *X, *X1, *XR, *XSO, *W, *Y, *Z, *XP, *X1P; in main() local
104 PetscCall(PetscCalloc3(n, &XP, n, &X1P, n, &W)); in main()
111 PetscCall(PetscArraycpy(X1P, order ? XSO : XR, n)); in main()
118 PetscCall(PetscIntSortSemiOrderedWithArray(n, X1, X1P)); in main()
138 …PetscCheck(X1P[i] == X[i], PETSC_COMM_SELF, PETSC_ERR_PLIB, "PetscIntSortSemiOrdered() rep %" Pets… in main()
142 PetscCall(PetscArrayzero(X1P, n)); in main()
155 PetscCall(PetscFree3(XP, X1P, W)); in main()