Home
last modified time | relevance | path

Searched refs:DMAddLabel (Results 1 – 11 of 11) sorted by relevance

/petsc/src/dm/label/tutorials/
H A Dex1.c187 PetscCall(DMAddLabel(dm, label1)); in main()
199 PetscCall(DMAddLabel(dm, label2)); in main()
200 PetscCall(DMAddLabel(dm, label3)); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex56.c185 PetscCall(DMAddLabel(dm, l)); in MarkBoundary()
H A Dex18.c1128 PetscCall(DMAddLabel(idm, label)); in DMPlexGetExpandedBoundary_Private()
1213 PetscCall(DMAddLabel(ipdm, label)); in DMPlexGetInterfaceFaces_Private()
1245 PetscCall(DMAddLabel(ipdm, label)); in DMPlexComputeCompleteInterface_Private()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi194 PetscErrorCode DMAddLabel(PetscDM, PetscDMLabel)
/petsc/doc/changes/
H A D312.md221 - DMAddLabel() now increments the reference count of the DMLabel.
/petsc/src/dm/impls/plex/
H A Dplexreorder.c284 PetscCall(DMAddLabel(*pdm, labelNew)); in DMPlexPermute()
H A Dplexdistribute.c1307 PetscCall(DMAddLabel(dmParallel, labelNew)); in DMPlexDistributeLabels()
H A Dplexcreate.c1258 PetscCall(DMAddLabel(cdm, newFaceSets)); in DMPlexSetBoxLabel_Internal()
/petsc/include/
H A Dpetscdm.h436 PETSC_EXTERN PetscErrorCode DMAddLabel(DM, DMLabel);
/petsc/src/dm/interface/
H A Ddm.c6784 PetscCall(DMAddLabel(dm, label)); in DMCreateLabel()
6818 PetscCall(DMAddLabel(dm, label)); in DMCreateLabelAtIndex()
7324 PetscErrorCode DMAddLabel(DM dm, DMLabel label) in DMAddLabel() function
7631 PetscCall(DMAddLabel(dmB, labelNew)); in DMCopyLabels()
/petsc/src/dm/impls/swarm/
H A Dswarm.c2571 PetscCall(DMAddLabel(dmc, label)); in DMSwarmGetCellSwarm()