Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex6k.kokkos.cxx62 PetscBool isAP, isAtP, isAPt, isPtAP, isPAPt; in main() local
86 PetscCall(PetscStrcmp(prodTypeStr, "PAPt", &isPAPt)); in main()
92 else if (isPAPt) prodType = MATPRODUCT_RARt; in main()