Home
last modified time | relevance | path

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

/petsc/src/dm/label/
H A Ddmlabel.c39 (*label)->stratumValues = NULL; in DMLabelCreate()
202 if (label->stratumValues[v] == value) { in DMLabelLookupStratum()
217 if (label->stratumValues[v] == value) { in DMLabelLookupStratum()
239 tmpV = label->stratumValues; in DMLabelNewStratum()
267 label->stratumValues = tmpV; in DMLabelNewStratum()
342 PetscErrorCode DMLabelAddStrata(DMLabel label, PetscInt numStrata, const PetscInt stratumValues[]) in DMLabelAddStrata() argument
348 if (numStrata) PetscAssertPointer(stratumValues, 3); in DMLabelAddStrata()
351 PetscCall(PetscArraycpy(values, stratumValues, numStrata)); in DMLabelAddStrata()
367 label->stratumValues = tmpV; in DMLabelAddStrata()
406 const PetscInt *stratumValues; in DMLabelAddStrataIS() local
[all …]
/petsc/include/petsc/private/
H A Ddmlabelimpl.h29 PetscInt *stratumValues; /* Value of each stratum */ member