Lines Matching defs:value
194 PetscErrorCode DMLabelLookupStratum(DMLabel label, PetscInt value, PetscInt *index) in DMLabelLookupStratum()
227 static inline PetscErrorCode DMLabelNewStratum(DMLabel label, PetscInt value, PetscInt *index) in DMLabelNewStratum()
285 static inline PetscErrorCode DMLabelLookupAddStratum(DMLabel label, PetscInt value, PetscInt *index) in DMLabelLookupAddStratum()
317 PetscErrorCode DMLabelAddStratum(DMLabel label, PetscInt value) in DMLabelAddStratum()
433 const PetscInt value = label->stratumValues[v]; in DMLabelView_Concrete_Ascii() local
892 PetscErrorCode DMLabelHasValue(DMLabel label, PetscInt value, PetscBool *contains) in DMLabelHasValue()
954 PetscErrorCode DMLabelStratumHasPoint(DMLabel label, PetscInt value, PetscInt point, PetscBool *con… in DMLabelStratumHasPoint()
1056 PetscErrorCode DMLabelGetValue(DMLabel label, PetscInt point, PetscInt *value) in DMLabelGetValue()
1104 PetscErrorCode DMLabelSetValue(DMLabel label, PetscInt point, PetscInt value) in DMLabelSetValue()
1134 PetscErrorCode DMLabelClearValue(DMLabel label, PetscInt point, PetscInt value) in DMLabelClearValue()
1167 PetscErrorCode DMLabelInsertIS(DMLabel label, IS is, PetscInt value) in DMLabelInsertIS()
1425 PetscErrorCode DMLabelGetValueIndex(DMLabel label, PetscInt value, PetscInt *index) in DMLabelGetValueIndex()
1456 PetscErrorCode DMLabelHasStratum(DMLabel label, PetscInt value, PetscBool *exists) in DMLabelHasStratum()
1484 PetscErrorCode DMLabelGetStratumSize(DMLabel label, PetscInt value, PetscInt *size) in DMLabelGetStratumSize()
1513 PetscErrorCode DMLabelGetStratumBounds(DMLabel label, PetscInt value, PetscInt *start, PetscInt *en… in DMLabelGetStratumBounds()
1568 PetscErrorCode DMLabelGetStratumIS(DMLabel label, PetscInt value, IS *points) in DMLabelGetStratumIS()
1597 PetscErrorCode DMLabelSetStratumIS(DMLabel label, PetscInt value, IS is) in DMLabelSetStratumIS()
1642 PetscErrorCode DMLabelClearStratum(DMLabel label, PetscInt value) in DMLabelClearStratum()
1693 PetscErrorCode DMLabelSetStratumBounds(DMLabel label, PetscInt value, PetscInt pStart, PetscInt pEn… in DMLabelSetStratumBounds()
1721 PetscErrorCode DMLabelGetStratumPointIndex(DMLabel label, PetscInt value, PetscInt p, PetscInt *ind… in DMLabelGetStratumPointIndex()
2616 PetscInt value; in PetscSectionCreateGlobalSectionLabel() local
2740 PetscInt value = i < sl->numStrata ? label->stratumValues[i] : label->defaultValue; in PetscSectionSymView_Label() local
2856 PetscInt value = (i < sl->numStrata) ? sl->label->stratumValues[i] : sl->label->defaultValue; in PetscSectionSymLabelGetStratum() local
2915 PetscInt value = (i < sl->numStrata) ? sl->label->stratumValues[i] : sl->label->defaultValue; in PetscSectionSymLabelSetStratum() local