Home
last modified time | relevance | path

Searched refs:isgeneral (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/is/utils/ !
H A Disio.c60 PetscBool isgeneral, skipHeader; in ISLoad_Binary() local
65 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()