Home
last modified time | relevance | path

Searched refs:ViewLabels (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/label/tutorials/
H A Dex1f90.F9025 PetscCallA(ViewLabels(dm, PETSC_VIEWER_STDOUT_WORLD, ierr))
30 subroutine ViewLabels(dm, viewer, ierr) subroutine
H A Dex1.c7 PetscErrorCode ViewLabels(DM dm, PetscViewer viewer) in ViewLabels() function
207 PetscCall(ViewLabels(dm, PETSC_VIEWER_STDOUT_WORLD)); in main()