Searched refs:AssertSetsEqual (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/tests/ ! |
| H A D | ex62.c | 90 PetscErrorCode AssertSetsEqual(PetscInt64 *set, PetscInt64 *true_set) in AssertSetsEqual() function 117 PetscCall(AssertSetsEqual(set_a, truth)); in test_empty_empty() 142 PetscCall(AssertSetsEqual(set_a, truth)); in test_a_empty() 167 PetscCall(AssertSetsEqual(set_a, truth)); in test_b_empty() 197 PetscCall(AssertSetsEqual(set_a, truth)); in test_identical() 227 PetscCall(AssertSetsEqual(set_a, truth)); in test_disjoint() 258 PetscCall(AssertSetsEqual(set_a, truth)); in test_single_common() 285 PetscCall(AssertSetsEqual(set_a, truth)); in test_issue_1247() 307 PetscCall(AssertSetsEqual(set_a, truth)); in test_empty_big() 333 PetscCall(AssertSetsEqual(set_a, truth)); in test_small_big() [all …]
|
| H A D | ex63.c | 64 PetscErrorCode AssertSetsEqual(PetscInt64 *set, PetscInt64 *true_set) in AssertSetsEqual() function 137 PetscCall(AssertSetsEqual(local_set, truth)); in test_sieve()
|