Searched refs:failNotFound (Results 1 – 1 of 1) sorted by relevance
7466 PetscErrorCode DMRemoveLabelBySelf(DM dm, DMLabel *label, PetscBool failNotFound) in DMRemoveLabelBySelf() argument7474 if (!*label && !failNotFound) PetscFunctionReturn(PETSC_SUCCESS); in DMRemoveLabelBySelf()7476 PetscValidLogicalCollectiveBool(dm, failNotFound, 3); in DMRemoveLabelBySelf()7489 …PetscCheck(hasLabel || !failNotFound, PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_WRONG, "Give… in DMRemoveLabelBySelf()