Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex54.c15 PetscBool flg, test_nd0 = PETSC_FALSE, emptynd; in main() local
26 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_nd0", &test_nd0, NULL)); in main()
102 if (rank == 0 && test_nd0) emptynd = PETSC_TRUE; /* test case */ in main()