Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex221.c77 PetscBool testaxpy = PETSC_TRUE, testaxpyd = PETSC_TRUE, testaxpyerr = PETSC_FALSE; in main() local
101 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_axpy_error", &testaxpyerr, NULL)); in main()
402 if (testaxpyerr) PetscCall(MatScale(tA, 0)); in main()