Searched refs:DMGetLabelOutput (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdm.pxi | 189 PetscErrorCode DMGetLabelOutput(PetscDM, const char[], PetscBool*)
|
| H A D | DM.pyx | 2285 petsc.DMGetLabelOutput 2291 CHKERR(DMGetLabelOutput(self.dm, cname, &coutput))
|
| /petsc/include/ |
| H A D | petscdm.h | 407 PETSC_EXTERN PetscErrorCode DMGetLabelOutput(DM, const char[], PetscBool *);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 1309 if (hasLabels) PetscCall(DMGetLabelOutput(dm, name, &lisOutput)); in DMPlexDistributeLabels()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1487 PetscCall(DMGetLabelOutput(dm, name, &output)); in DMPlexLabelsView_HDF5_Internal()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 7509 PetscErrorCode DMGetLabelOutput(DM dm, const char name[], PetscBool *output) in DMGetLabelOutput() function
|