Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddm.c7466 PetscErrorCode DMRemoveLabelBySelf(DM dm, DMLabel *label, PetscBool failNotFound) in DMRemoveLabelBySelf() argument
7474 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()