Home
last modified time | relevance | path

Searched refs:isAPt (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
84 PetscCall(PetscStrcmp(prodTypeStr, "APt", &isAPt)); in main()
90 else if (isAPt) prodType = MATPRODUCT_ABt; in main()