Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/dm/label/
H A Ddmlabel.c39 (*label)->stratumValues = NULL; in DMLabelCreate()
211 tmpV = label->stratumValues; in DMLabelNewStratum()
239 label->stratumValues = tmpV; in DMLabelNewStratum()
309 if (numStrata) PetscValidIntPointer(stratumValues, 3); in DMLabelAddStrata()
327 label->stratumValues = tmpV; in DMLabelAddStrata()
368 const PetscInt *stratumValues; in DMLabelAddStrataIS() local
396 const PetscInt value = label->stratumValues[v]; in DMLabelView_Ascii()
466 ierr = PetscFree(label->stratumValues);CHKERRQ(ierr); in DMLabelReset()
540 (*labelnew)->stratumValues[v] = label->stratumValues[v]; in DMLabelDuplicate()
881 *value = label->stratumValues[v]; in DMLabelGetValue()
[all …]
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Ddmlabelimpl.h20 PetscInt *stratumValues; /* Value of each stratum */ member
/dports/science/PETSc/petsc-3.14.1/src/dm/label/ftn-auto/
H A Ddmlabelf.c223 PETSC_EXTERN void dmlabeladdstrata_(DMLabel label,PetscInt *numStrata, PetscInt stratumValues[], i… in dmlabeladdstrata_() argument
226 (DMLabel)PetscToPointer((label) ),*numStrata,stratumValues); in dmlabeladdstrata_()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS9138 PetscInt *stratumValues;stratumValues20,647
H A DCTAGS4941 …de DMLabelAddStrata(DMLabel label, PetscInt numStrata, const PetscInt stratumValues[])$/;" f langu…
78738 stratumValues include/petsc/private/dmlabelimpl.h /^ PetscInt *stratumValues; \/* Value of each…