Home
last modified time | relevance | path

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

/petsc/src/dm/tests/
H A Dex6.c14 PetscBool test_order = PETSC_FALSE; in main() local
71 PetscCall(PetscOptionsGetBool(NULL, NULL, "-testorder", &test_order, NULL)); in main()
114 if (!test_order) { /* turn off printing when testing ordering mappings */ in main()
139 if (test_order) { in main()
H A Dex46.c11 PetscBool test_order = PETSC_FALSE; in main() local
63 PetscCall(PetscOptionsGetBool(NULL, NULL, "-testorder", &test_order, NULL)); in main()