Home
last modified time | relevance | path

Searched refs:DMSetLabel (Results 1 – 4 of 4) sorted by relevance

/petsc/doc/changes/
H A D316.md227 - Add `DMSetLabel()`
/petsc/include/
H A Dpetscdm.h434 PETSC_EXTERN PetscErrorCode DMSetLabel(DM, DMLabel);
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c2457 PetscCall(DMSetLabel(cdm, ctLabel)); in DMPlexCreateHybridMesh()
/petsc/src/dm/interface/
H A Ddm.c7371 PetscErrorCode DMSetLabel(DM dm, DMLabel label) in DMSetLabel() function