| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex11.c | 142 PetscCall(DMLabelView(label, PETSC_VIEWER_STDOUT_(comm))); in TestEmptyStrata() 154 PetscCall(DMLabelView(label, PETSC_VIEWER_STDOUT_(comm))); in TestEmptyStrata() 202 PetscCall(DMLabelView(label, PETSC_VIEWER_STDOUT_WORLD)); in TestDistribution() 213 PetscCall(DMLabelView(label, PETSC_VIEWER_STDOUT_WORLD)); in TestDistribution()
|
| H A D | ex97.c | 32 PetscCall(DMLabelView(label, PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| H A D | ex97f90.F90 | 32 PetscCallA(DMLabelView(label, PETSC_VIEWER_STDOUT_WORLD, ierr))
|
| H A D | ex5.c | 771 PetscCall(DMLabelView(fault, PETSC_VIEWER_STDOUT_WORLD)); in CreateDiscretization() 842 PetscCall(DMLabelView(hybridLabel, PETSC_VIEWER_STDOUT_WORLD)); in CreateMesh() 844 PetscCall(DMLabelView(splitLabel, PETSC_VIEWER_STDOUT_WORLD)); in CreateMesh() 864 PetscCall(DMLabelView(hybridLabel, PETSC_VIEWER_STDOUT_WORLD)); in CreateMesh() 1008 PetscCall(DMLabelView(hybridLabel, viewer)); in CreateMesh()
|
| H A D | ex56.c | 282 if (verbose > 1) PetscCall(DMLabelView(label, PETSC_VIEWER_STDOUT_(comm))); in DMLabelCompareWithCoordinateRepresentation()
|
| H A D | ex18.c | 995 CHKERRQI(incall, DMLabelView(label, viewer)); in DMLabelViewFromOptionsOnComm_Private()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmlabel.pxi | 6 PetscErrorCode DMLabelView(PetscDMLabel, PetscViewer)
|
| H A D | DMLabel.pyx | 33 petsc.DMLabelView 38 CHKERR(DMLabelView(self.dmlabel, vwr))
|
| /petsc/include/ |
| H A D | petscdmlabel.h | 20 PETSC_EXTERN PetscErrorCode DMLabelView(DMLabel, PetscViewer);
|
| /petsc/src/dm/impls/plex/transform/impls/refine/1d/ |
| H A D | plexref1d.c | 116 if (format == PETSC_VIEWER_ASCII_INFO_DETAIL) PetscCall(DMLabelView(tr->trType, viewer)); in DMPlexTransformView_1D()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/sbr/ |
| H A D | plexrefsbr.c | 597 if (format == PETSC_VIEWER_ASCII_INFO_DETAIL) PetscCall(DMLabelView(tr->trType, viewer)); in DMPlexTransformView_SBR()
|
| /petsc/src/dm/impls/plex/transform/impls/extrude/ |
| H A D | plextrcohesive.c | 809 PetscCall(DMLabelView(active, NULL)); in DMPlexTransformSetUp_Cohesive() 810 PetscCall(DMLabelView(tr->trType, NULL)); in DMPlexTransformSetUp_Cohesive()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 580 PetscCall(DMLabelView(ovAdjByRank, viewer)); in DMPlexCreateOverlapLabel() 741 PetscCall(DMLabelView(ovAdjByRank, viewer)); in DMPlexCreateOverlapLabelFromLabels() 1921 PetscCall(DMLabelView(lblPartition, PETSC_VIEWER_STDOUT_(comm))); in DMPlexDistribute()
|
| H A D | plex.c | 1126 PetscCall(DMLabelView(label, viewer)); in DMPlexView_Ascii() 1774 PetscCall(DMLabelView(label, viewer)); in DMPlexView_Ascii() 1790 if (dm->fields[f].label) PetscCall(DMLabelView(dm->fields[f].label, viewer)); in DMPlexView_Ascii() 10200 if (vwr) PetscCall(DMLabelView(*OrthQualLabel, vwr)); in DMPlexComputeOrthogonalQuality()
|
| H A D | plexgeometry.c | 1238 if (debug) PetscCall(DMLabelView(lbox->cellsSparse, PETSC_VIEWER_STDOUT_SELF)); in DMPlexComputeGridHash_Internal()
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 36 …derCreate(*label, DMLABEL_CLASSID, "DMLabel", "DMLabel", "DM", comm, DMLabelDestroy, DMLabelView)); in DMLabelCreate() 470 PetscErrorCode DMLabelView(DMLabel label, PetscViewer viewer) in DMLabelView() function 2729 PetscCall(DMLabelView(label, viewer)); in PetscSectionSymView_Label()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/bl/ |
| H A D | plexrefbl.c | 546 if (format == PETSC_VIEWER_ASCII_INFO_DETAIL) PetscCall(DMLabelView(tr->trType, viewer)); in DMPlexTransformView_BL()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 250 if (tr->trType) PetscCall(DMLabelView(tr->trType, v)); in DMPlexTransformView_Ascii()
|