Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tests/
H A Dex16.c71 PetscInt testnum; in main() local
75 PetscCall(PetscOptionsGetInt(NULL, NULL, "-testnum", &testnum, NULL)); in main()
80 switch (testnum) { in main()
221 if (testnum != 1) PetscCall(PetscFree(B)); in main()
/petsc/src/mat/tests/
H A Dex170.c42 PetscErrorCode CreateGraph(MPI_Comm comm, PetscInt testnum, Mat *A) in CreateGraph() argument
49 switch (testnum) { in CreateGraph()
127 SETERRQ(comm, PETSC_ERR_PLIB, "Unknown test %d", testnum); in CreateGraph()
140 PetscInt testnum = 0; in main() local
149 PetscCall(PetscOptionsGetInt(NULL, NULL, "-testnum", &testnum, NULL)); in main()
150 PetscCall(CreateGraph(comm, testnum, &A)); in main()