Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex221.c76 …PetscBool testshift = PETSC_TRUE, testscale = PETSC_TRUE, testdup = PETSC_TRUE, testreset = PET… in main() local
94 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_shift", &testshift, NULL)); in main()
310 …if (testshift && cong) { /* MatShift() : MATSHELL shift is broken when row/cols layout are not con… in main()