Searched refs:isgeneral (Results 1 – 1 of 1) sorted by relevance
60 PetscBool isgeneral, skipHeader; in ISLoad_Binary() local65 PetscCall(PetscObjectTypeCompare((PetscObject)is, ISGENERAL, &isgeneral)); in ISLoad_Binary()66 …PetscCheck(isgeneral, PetscObjectComm((PetscObject)is), PETSC_ERR_ARG_INCOMP, "IS must be of type … in ISLoad_Binary()