Searched refs:ishyp (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/hypre/ |
| H A D | mhypre.c | 1750 PetscBool isseqaij, isseqaijmkl, ismpiaij, isaij, ishyp, isis; local 1758 PetscCall(PetscStrcmp(mtype, MATHYPRE, &ishyp)); 1762 …PetscCheck(isaij || ishyp || isis, comm, PETSC_ERR_SUP, "Unsupported MatType %s! Supported types a… 1782 if (ishyp && copymode == PETSC_COPY_VALUES) { 1810 if (ishyp) {
|