Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/is/
H A Dpcis.c418 PetscBool correcttype; in PCISReset() local
422 PetscCall(PetscObjectTypeCompareAny((PetscObject)pc, &correcttype, PCBDDC, PCNN, "")); in PCISReset()
423 …PetscCheck(correcttype, PetscObjectComm((PetscObject)pc), PETSC_ERR_ARG_WRONGSTATE, "PC must be of… in PCISReset()
478 PetscBool correcttype; in PCISInitialize() local
482 PetscCall(PetscObjectTypeCompareAny((PetscObject)pc, &correcttype, PCBDDC, PCNN, "")); in PCISInitialize()
483 …PetscCheck(correcttype, PetscObjectComm((PetscObject)pc), PETSC_ERR_ARG_WRONGSTATE, "PC must be of… in PCISInitialize()