Lines Matching refs:readonly
95 …if ((PetscLikely(v >= 0 && v < label->numStrata) && label->validIS[v]) || label->readonly) PetscFu… in DMLabelMakeValid_Private()
169 …if ((PetscLikely(v >= 0 && v < label->numStrata) && !label->validIS[v]) || label->readonly) PetscF… in DMLabelMakeInvalid_Private()
200 if (label->numStrata <= DMLABEL_LOOKUP_THRESHOLD || label->readonly) { in DMLabelLookupStratum()
209 if (PetscDefined(USE_DEBUG) && !label->readonly) { /* Check strata hash map consistency */ in DMLabelLookupStratum()
298 if (label->readonly || label->validIS[v]) { in DMLabelGetStratumSize_Private()
323 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelAddStratum()
349 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelAddStrata()
411 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelAddStrataIS()
608 (*labelnew)->readonly = label->readonly; in DMLabelDuplicate()
969 if (label->validIS[v] || label->readonly) { in DMLabelStratumHasPoint()
1065 if (label->validIS[v] || label->readonly) { in DMLabelGetValue()
1112 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelSetValue()
1140 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelClearValue()
1177 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelInsertIS()
1604 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelSetStratumIS()
1648 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelClearStratum()
1759 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelFilter()
1794 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelPermute()
2002 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelDistribute()
2120 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelGather()
2260 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelPropagateBegin()
2287 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelPropagateEnd()
2320 …PetscCheck(!label->readonly, PetscObjectComm((PetscObject)label), PETSC_ERR_ARG_WRONG, "Read-only … in DMLabelPropagatePush()