Home
last modified time | relevance | path

Searched refs:DMSetLabelOutput (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi188 PetscErrorCode DMSetLabelOutput(PetscDM, const char[], PetscBool)
H A DDM.pyx2265 petsc.DMSetLabelOutput
2271 CHKERR(DMSetLabelOutput(self.dm, cname, coutput))
/petsc/include/
H A Dpetscdm.h408 PETSC_EXTERN PetscErrorCode DMSetLabelOutput(DM, const char[], PetscBool);
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1312 PetscCall(DMSetLabelOutput(dmParallel, name, isOutput)); in DMPlexDistributeLabels()
/petsc/src/dm/interface/
H A Ddm.c7546 PetscErrorCode DMSetLabelOutput(DM dm, const char name[], PetscBool output) in DMSetLabelOutput() function