Lines Matching defs:value
6664 PetscScalar value; in DMOutputSequenceLoad() local
6859 PetscErrorCode DMGetLabelValue(DM dm, const char name[], PetscInt point, PetscInt *value) in DMGetLabelValue()
6889 PetscErrorCode DMSetLabelValue(DM dm, const char name[], PetscInt point, PetscInt value) in DMSetLabelValue()
6920 PetscErrorCode DMClearLabelValue(DM dm, const char name[], PetscInt point, PetscInt value) in DMClearLabelValue()
7019 PetscErrorCode DMGetStratumSize(DM dm, const char name[], PetscInt value, PetscInt *size) in DMGetStratumSize()
7051 PetscErrorCode DMGetStratumIS(DM dm, const char name[], PetscInt value, IS *points) in DMGetStratumIS()
7081 PetscErrorCode DMSetStratumIS(DM dm, const char name[], PetscInt value, IS points) in DMSetStratumIS()
7111 PetscErrorCode DMClearLabelStratum(DM dm, const char name[], PetscInt value) in DMClearLabelStratum()
7736 …Code DMSetLabelValue_Fast(DM dm, DMLabel *label, const char name[], PetscInt point, PetscInt value) in DMSetLabelValue_Fast()
7900 …ersalLabelSetLabelValue(DMUniversalLabel ul, DM dm, PetscBool useIndex, PetscInt p, PetscInt value) in DMUniversalLabelSetLabelValue()
9272 PetscErrorCode DMGetAuxiliaryVec(DM dm, DMLabel label, PetscInt value, PetscInt part, Vec *aux) in DMGetAuxiliaryVec()
9305 PetscErrorCode DMSetAuxiliaryVec(DM dm, DMLabel label, PetscInt value, PetscInt part, Vec aux) in DMSetAuxiliaryVec()