Lines Matching refs:PetscOptionsBool
56 …PetscCall(PetscOptionsBool("-test_all", "Test all SF communications", "", test_all, &test_all, NUL… in main()
58 PetscCall(PetscOptionsBool("-test_bcast", "Test broadcast", "", test_bcast, &test_bcast, NULL)); in main()
60 …PetscCall(PetscOptionsBool("-test_bcastop", "Test broadcast and reduce", "", test_bcastop, &test_b… in main()
62 …PetscCall(PetscOptionsBool("-test_reduce", "Test reduction", "", test_reduce, &test_reduce, NULL)); in main()
64 …PetscCall(PetscOptionsBool("-test_char", "Test signed char, unsigned char, and char", "", test_cha… in main()
89 …PetscCall(PetscOptionsBool("-test_degree", "Test computation of vertex degree", "", test_degree, &… in main()
91 …PetscCall(PetscOptionsBool("-test_fetchandop", "Test atomic Fetch-And-Op", "", test_fetchandop, &t… in main()
93 …PetscCall(PetscOptionsBool("-test_gather", "Test point gather", "", test_gather, &test_gather, NUL… in main()
95 …PetscCall(PetscOptionsBool("-test_scatter", "Test point scatter", "", test_scatter, &test_scatter,… in main()
97 PetscCall(PetscOptionsBool("-test_embed", "Test point embed", "", test_embed, &test_embed, NULL)); in main()
99 …PetscCall(PetscOptionsBool("-test_invert", "Test point invert", "", test_invert, &test_invert, NUL… in main()
103 …PetscCall(PetscOptionsBool("-test_sf_distribute", "Create an SF that 'distributes' to each process… in main()
106 …PetscCall(PetscOptionsBool("-test_vector", "Run tests using the vectorial SF", "", test_vector, &t… in main()