Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagutils.c66 PetscBool isStag; in DMStagGetProductCoordinateArrays_Private() local
78 PetscCall(PetscStrcmp(DMSTAG, dmType, &isStag)); in DMStagGetProductCoordinateArrays_Private()
79 …PetscCheck(isStag, PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_WRONGSTATE, "Coordinate sub-DM … in DMStagGetProductCoordinateArrays_Private()
210 PetscBool isStag; in DMStagGetProductCoordinateLocationSlot() local
217 PetscCall(PetscStrcmp(DMSTAG, dmType, &isStag)); in DMStagGetProductCoordinateLocationSlot()
218 …PetscCheck(isStag, PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_WRONGSTATE, "Coordinate sub-DM … in DMStagGetProductCoordinateLocationSlot()