Home
last modified time | relevance | path

Searched refs:DMLabelInsertIS (Results 1 – 8 of 8) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmlabel.pxi18 PetscErrorCode DMLabelInsertIS(PetscDMLabel, PetscIS, PetscInt)
H A DDMLabel.pyx105 petsc.DMLabelInsertIS
109 CHKERR(DMLabelInsertIS(self.dmlabel, iset.iset, cvalue))
/petsc/include/
H A Dpetscdmlabel.h34 PETSC_EXTERN PetscErrorCode DMLabelInsertIS(DMLabel, IS, PetscInt);
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1204 PetscCall(DMLabelInsertIS(label, pointIS, remoteRank)); in DMPlexPartitionLabelPropagate()
1219 PetscCall(DMLabelInsertIS(label, pointIS, remoteRank)); in DMPlexPartitionLabelPropagate()
H A Dplexsubmesh.c259 PetscCall(DMLabelInsertIS(label, pointIS, value)); in DMPlexLabelComplete_Internal()
274 PetscCall(DMLabelInsertIS(label, pointIS, value)); in DMPlexLabelComplete_Internal()
/petsc/src/dm/label/
H A Ddmlabel.c1167 PetscErrorCode DMLabelInsertIS(DMLabel label, IS is, PetscInt value) in DMLabelInsertIS() function
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c366 PetscCall(DMLabelInsertIS(newlabel, is, values[i])); in DMPlexTransformSetFromOptions()
/petsc/src/snes/tutorials/
H A Dex69.c3053 PetscCall(DMLabelInsertIS(label, is, 1)); in CreateSplitLabels()