Searched refs:DMSetLabelOutput (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdm.pxi | 188 PetscErrorCode DMSetLabelOutput(PetscDM, const char[], PetscBool)
|
| H A D | DM.pyx | 2265 petsc.DMSetLabelOutput 2271 CHKERR(DMSetLabelOutput(self.dm, cname, coutput))
|
| /petsc/include/ |
| H A D | petscdm.h | 408 PETSC_EXTERN PetscErrorCode DMSetLabelOutput(DM, const char[], PetscBool);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 1312 PetscCall(DMSetLabelOutput(dmParallel, name, isOutput)); in DMPlexDistributeLabels()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 7546 PetscErrorCode DMSetLabelOutput(DM dm, const char name[], PetscBool output) in DMSetLabelOutput() function
|