Lines Matching refs:MATIS
194 PetscCall(MatSetType(C, MATIS)); in MatPtAPSymbolic_IS_XAIJ()
656 PetscCall(MatSetType(B, MATIS)); in MatConvert_XAIJ_IS()
768 PetscCall(MatSetType(B, MATIS)); in MatConvert_XAIJ_IS()
843 PetscCall(PetscObjectTypeCompare((PetscObject)*newmat, MATIS, &ismatis)); in MatConvert_Nest_IS()
870 PetscCall(PetscObjectTypeCompare((PetscObject)T, MATIS, &ismatis)); in MatConvert_Nest_IS()
876 PetscCall(PetscObjectTypeCompare((PetscObject)nest[i][j], MATIS, &ismatis)); in MatConvert_Nest_IS()
1049 PetscCall(MatSetType(B, MATIS)); in MatConvert_Nest_IS()
1261 PetscCall(MatSetType(C, MATIS)); in MatTranspose_IS()
1378 PetscCall(PetscObjectTypeCompare((PetscObject)*newmat, MATIS, &ismatis)); in MatCreateSubMatrix_IS()
1433 PetscCall(MatSetType(*newmat, MATIS)); in MatCreateSubMatrix_IS()
1521 PetscCall(PetscObjectTypeCompare((PetscObject)B, MATIS, &ismatis)); in MatCopy_IS()
1580 PetscCall(PetscObjectTypeCompare((PetscObject)A, MATIS, &ismatis)); in MatISGetAllowRepeated()
2048 PetscCall(MatSetType(B, MATIS)); in MatDuplicate_IS()
3234 PetscCall(PetscObjectTypeCompare((PetscObject)X, MATIS, &ismatis)); in MatAXPY_IS()
3306 PetscCall(MatSetType(*submat, MATIS)); in MatGetLocalSubMatrix_IS()
3383 PetscCall(MatSetType(*A, MATIS)); in MatCreateIS()
3706 PetscCall(PetscObjectChangeTypeName((PetscObject)A, MATIS)); in MatCreate_IS()