Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex70.c211 …PetscBool xgpu = PETSC_FALSE, bgpu = PETSC_FALSE, testshellops = PETSC_FALSE, testproj = PETSC_… in main() local
230 PetscCall(PetscOptionsGetBool(NULL, NULL, "-testshellops", &testshellops, NULL)); in main()
542 if (testshellops) { /* test callbacks for user defined MatProducts */ in main()
571 if (testshellops) { /* projections fail if the product operations are not specified */ in main()
592 if (testshellops) { in main()
625 if (testmatmatt && testshellops) { /* only when shell operations are set */ in main()