Searched refs:isSeqSELL (Results 1 – 1 of 1) sorted by relevance
4286 PetscBool isSeqSELL; in MatGetFactor_sell_mumps() local4291 PetscCall(PetscObjectTypeCompare((PetscObject)A, MATSEQSELL, &isSeqSELL)); in MatGetFactor_sell_mumps()4318 PetscCheck(isSeqSELL, PetscObjectComm((PetscObject)A), PETSC_ERR_SUP, "To be implemented"); in MatGetFactor_sell_mumps()