Home
last modified time | relevance | path

Searched refs:DMLabelView (Results 1 – 18 of 18) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex11.c142 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 Dex97.c32 PetscCall(DMLabelView(label, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex97f90.F9032 PetscCallA(DMLabelView(label, PETSC_VIEWER_STDOUT_WORLD, ierr))
H A Dex5.c771 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 Dex56.c282 if (verbose > 1) PetscCall(DMLabelView(label, PETSC_VIEWER_STDOUT_(comm))); in DMLabelCompareWithCoordinateRepresentation()
H A Dex18.c995 CHKERRQI(incall, DMLabelView(label, viewer)); in DMLabelViewFromOptionsOnComm_Private()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmlabel.pxi6 PetscErrorCode DMLabelView(PetscDMLabel, PetscViewer)
H A DDMLabel.pyx33 petsc.DMLabelView
38 CHKERR(DMLabelView(self.dmlabel, vwr))
/petsc/include/
H A Dpetscdmlabel.h20 PETSC_EXTERN PetscErrorCode DMLabelView(DMLabel, PetscViewer);
/petsc/src/dm/impls/plex/transform/impls/refine/1d/
H A Dplexref1d.c116 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 Dplexrefsbr.c597 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 Dplextrcohesive.c809 PetscCall(DMLabelView(active, NULL)); in DMPlexTransformSetUp_Cohesive()
810 PetscCall(DMLabelView(tr->trType, NULL)); in DMPlexTransformSetUp_Cohesive()
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c580 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 Dplex.c1126 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 Dplexgeometry.c1238 if (debug) PetscCall(DMLabelView(lbox->cellsSparse, PETSC_VIEWER_STDOUT_SELF)); in DMPlexComputeGridHash_Internal()
/petsc/src/dm/label/
H A Ddmlabel.c36 …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 Dplexrefbl.c546 if (format == PETSC_VIEWER_ASCII_INFO_DETAIL) PetscCall(DMLabelView(tr->trType, viewer)); in DMPlexTransformView_BL()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c250 if (tr->trType) PetscCall(DMLabelView(tr->trType, v)); in DMPlexTransformView_Ascii()