Home
last modified time | relevance | path

Searched refs:DMLabelGetNonEmptyStratumValuesIS (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmlabel.pxi41 PetscErrorCode DMLabelGetNonEmptyStratumValuesIS(PetscDMLabel, PetscIS*)
H A DDMLabel.pyx629 petsc.DMLabelGetNonEmptyStratumValuesIS
633 CHKERR(DMLabelGetNonEmptyStratumValuesIS(self.dmlabel, &iset.iset))
/petsc/include/
H A Dpetscdmlabel.h39 PETSC_EXTERN PetscErrorCode DMLabelGetNonEmptyStratumValuesIS(DMLabel, IS *);
/petsc/src/dm/impls/plex/tests/
H A Dex103.c209 PetscCall(DMLabelGetNonEmptyStratumValuesIS(label_serial, &serialValuesIS)); in VerifyDMLabels()
/petsc/src/dm/label/
H A Ddmlabel.c689 PetscCall(DMLabelGetNonEmptyStratumValuesIS(l0, &is0)); in DMLabelCompare()
690 PetscCall(DMLabelGetNonEmptyStratumValuesIS(l1, &is1)); in DMLabelCompare()
1300 PetscErrorCode DMLabelGetNonEmptyStratumValuesIS(DMLabel label, IS *values) in DMLabelGetNonEmptyStratumValuesIS() function
1365 if (get_nonempty) PetscCall(DMLabelGetNonEmptyStratumValuesIS(label, &is_values)); in DMLabelGetValueISGlobal()
/petsc/doc/changes/
H A D317.md200 - Add `DMLabelGetNonEmptyStratumValuesIS()`, similar to `DMLabelGetValueIS()` but counts only nonem…
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2229 PetscCall(DMLabelGetNonEmptyStratumValuesIS(fsLabel, &fsValuesLocalIS)); in DMView_PlexCGNS()