Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex254.c9 PetscBool equal, isHypre; in main() local
105 PetscCall(PetscObjectTypeCompare((PetscObject)B, MATHYPRE, &isHypre)); in main()
106 if (!isHypre) { // TODO: MATHYPRE currently does not support MatSetValues in main()