Home
last modified time | relevance | path

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

/petsc/src/dm/label/tutorials/
H A Dex1.c318 PetscCall(DMRemoveLabel(dm, "labelA", NULL)); in main()
319 PetscCall(DMRemoveLabel(dm, "labelB", NULL)); in main()
329 PetscCall(DMRemoveLabel(dm, "label1", NULL)); in main()
330 PetscCall(DMRemoveLabel(dm, "label2", &label2)); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex11.c270 if (!isdepth && !iscelltype) PetscCall(DMRemoveLabel(dm2, name, NULL)); in TestUniversalLabel()
/petsc/src/dm/impls/plex/
H A Dplexdd.c185 PetscCall(DMRemoveLabel(odm, oname, NULL)); in DMCreateDomainDecomposition_Plex()
H A Dplexdistribute.c2100 if (clear_ovlboundary) PetscCall(DMRemoveLabel(dm, ovlboundary, NULL)); in DMPlexDistributeOverlap_Internal()
H A Dplex.c4622 PetscCall(DMRemoveLabel(dm, "depth", NULL)); in DMPlexStratify()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi195 PetscErrorCode DMRemoveLabel(PetscDM, const char[], PetscDMLabel*)
H A DDM.pyx2058 petsc.DMRemoveLabel
2064 CHKERR(DMRemoveLabel(self.dm, cname, &clbl))
/petsc/doc/changes/
H A D312.md222 - DMRemoveLabel() now destroys the DMLabel if the output argument is
/petsc/include/
H A Dpetscdm.h437 PETSC_EXTERN PetscErrorCode DMRemoveLabel(DM, const char[], DMLabel *);
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1901 if (flg) PetscCall(DMRemoveLabel(dm, lname, NULL)); in ReadLabelHDF5_Static()
/petsc/src/dm/interface/
H A Ddm.c7416 PetscErrorCode DMRemoveLabel(DM dm, const char name[], DMLabel *label) in DMRemoveLabel() function