Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex115.c12 PetscBool flg, testptap = PETSC_TRUE, testmatmatmult = PETSC_TRUE; in main() local
21 testptap = PETSC_FALSE; in main()
25 PetscCall(PetscOptionsGetBool(NULL, NULL, "-ptap", &testptap, NULL)); in main()
192 if (testptap && M == N) { in main()