Lines Matching refs:AssertSetsEqual
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()
353 PetscCall(AssertSetsEqual(set_a, truth)); in test_moderate_big()
375 PetscCall(AssertSetsEqual(set_a, truth)); in test_big_big()
398 PetscCall(AssertSetsEqual(set_a, truth)); in test_big_empty()
424 PetscCall(AssertSetsEqual(set_a, truth)); in test_big_small()
444 PetscCall(AssertSetsEqual(set_a, truth)); in test_big_moderate()
467 PetscCall(AssertSetsEqual(set_a, truth)); in test_big_big_reversed()