Lines Matching refs:match
203 PetscBool match; in MatLRCSetMats() local
215 PetscCall(PetscObjectBaseTypeCompareAny((PetscObject)U, &match, MATSEQDENSE, MATMPIDENSE, "")); in MatLRCSetMats()
216 …PetscCheck(match, PetscObjectComm((PetscObject)U), PETSC_ERR_SUP, "Matrix U must be of type dense,… in MatLRCSetMats()
217 PetscCall(PetscObjectBaseTypeCompareAny((PetscObject)V, &match, MATSEQDENSE, MATMPIDENSE, "")); in MatLRCSetMats()
218 …PetscCheck(match, PetscObjectComm((PetscObject)U), PETSC_ERR_SUP, "Matrix V must be of type dense,… in MatLRCSetMats()
219 PetscCall(PetscStrcmp(U->defaultvectype, V->defaultvectype, &match)); in MatLRCSetMats()
220 …PetscCheck(match, PetscObjectComm((PetscObject)U), PETSC_ERR_ARG_WRONG, "Matrix U and V must have … in MatLRCSetMats()
222 PetscCall(PetscStrcmp(A->defaultvectype, U->defaultvectype, &match)); in MatLRCSetMats()
223 …PetscCheck(match, PetscObjectComm((PetscObject)U), PETSC_ERR_ARG_WRONG, "Matrix A and U must have … in MatLRCSetMats()
292 PetscBool match; in MatSetUp_LRC() local
296 PetscCall(PetscStrcmp(rt1, rt2, &match)); in MatSetUp_LRC()
297 if (!match) { in MatSetUp_LRC()