Home
last modified time | relevance | path

Searched refs:isAtP (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
83 PetscCall(PetscStrcmp(prodTypeStr, "AtP", &isAtP)); in main()
89 else if (isAtP) prodType = MATPRODUCT_AtB; in main()