Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex62.c75 PetscErrorCode PrintSet(PetscInt64 *set) in PrintSet() function
116 PetscCall(PrintSet(set_a)); in test_empty_empty()
141 PetscCall(PrintSet(set_a)); in test_a_empty()
166 PetscCall(PrintSet(set_a)); in test_b_empty()
196 PetscCall(PrintSet(set_a)); in test_identical()
226 PetscCall(PrintSet(set_a)); in test_disjoint()
257 PetscCall(PrintSet(set_a)); in test_single_common()
284 PetscCall(PrintSet(set_a)); in test_issue_1247()
306 PetscCall(PrintSet(set_a)); in test_empty_big()
332 PetscCall(PrintSet(set_a)); in test_small_big()
[all …]
H A Dex63.c47 PetscErrorCode PrintSet(MPI_Comm comm, PetscInt64 *set) in PrintSet() function
120 PetscCall(PrintSet(comm, local_set)); in test_sieve()
128 PetscCall(PrintSet(comm, local_set)); in test_sieve()
132 PetscCall(PrintSet(comm, truth)); in test_sieve()