Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tutorials/
H A Dex1.c44 …PetscBool test_all, test_bcast, test_bcastop, test_reduce, test_degree, test_fetchandop, test_g… in main() local
57 test_bcast = test_all; in main()
58 PetscCall(PetscOptionsBool("-test_bcast", "Test broadcast", "", test_bcast, &test_bcast, NULL)); in main()
171 if (test_bcast) { /* broadcast rootdata into leafdata */ in main()
196 if (test_bcast && test_char) { /* Bcast with char */ in main()