Searched refs:isProduct (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagutils.c | 55 PetscBool isProduct; in DMStagGetProductCoordinateArrays_Private() local 58 PetscCall(PetscStrcmp(DMPRODUCT, dmType, &isProduct)); in DMStagGetProductCoordinateArrays_Private() 59 …PetscCheck(isProduct, PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_WRONGSTATE, "Coordinate DM i… in DMStagGetProductCoordinateArrays_Private() 200 PetscBool isProduct; in DMStagGetProductCoordinateLocationSlot() local 203 PetscCall(PetscStrcmp(DMPRODUCT, dmType, &isProduct)); in DMStagGetProductCoordinateLocationSlot() 204 …PetscCheck(isProduct, PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_WRONGSTATE, "Coordinate DM i… in DMStagGetProductCoordinateLocationSlot()
|