Home
last modified time | relevance | path

Searched refs:DMGetLabelOutput (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi189 PetscErrorCode DMGetLabelOutput(PetscDM, const char[], PetscBool*)
H A DDM.pyx2285 petsc.DMGetLabelOutput
2291 CHKERR(DMGetLabelOutput(self.dm, cname, &coutput))
/petsc/include/
H A Dpetscdm.h407 PETSC_EXTERN PetscErrorCode DMGetLabelOutput(DM, const char[], PetscBool *);
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1309 if (hasLabels) PetscCall(DMGetLabelOutput(dm, name, &lisOutput)); in DMPlexDistributeLabels()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1487 PetscCall(DMGetLabelOutput(dm, name, &output)); in DMPlexLabelsView_HDF5_Internal()
/petsc/src/dm/interface/
H A Ddm.c7509 PetscErrorCode DMGetLabelOutput(DM dm, const char name[], PetscBool *output) in DMGetLabelOutput() function