| /petsc/src/vec/is/tests/ |
| H A D | ex5.c | 196 PetscCall(PetscSectionView(gsection, viewer)); in main() 199 PetscCall(PetscSectionView(section, PETSC_VIEWER_STDOUT_(comm))); in main() 201 PetscCall(PetscSectionView(gsection, PETSC_VIEWER_STDOUT_(comm))); in main() 232 PetscCall(PetscSectionView(section, PETSC_VIEWER_STDOUT_(comm))); in main()
|
| /petsc/src/dm/tests/ |
| H A D | ex10.c | 75 PetscCall(PetscSectionView(section, PETSC_VIEWER_STDOUT_WORLD)); in main() 85 PetscCall(PetscSectionView(section, PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| /petsc/src/dm/partitioner/tests/ |
| H A D | ex33.c | 75 PetscCall(PetscSectionView(partSection, NULL)); in main() 92 PetscCall(PetscSectionView(partSection, NULL)); in main() 117 PetscCall(PetscSectionView(partSection, NULL)); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexnatural.c | 102 if (debug) PetscCall(PetscSectionView(sectionDist, NULL)); in DMPlexCreateGlobalToNaturalSF() 114 if (debug) PetscCall(PetscSectionView(gSection, NULL)); in DMPlexCreateGlobalToNaturalSF() 226 if (debug) PetscCall(PetscSectionView(oldLocalSection, NULL)); in DMPlexMigrateGlobalToNaturalSF() 228 if (debug) PetscCall(PetscSectionView(oldGlobalSection, NULL)); in DMPlexMigrateGlobalToNaturalSF() 230 if (debug) PetscCall(PetscSectionView(newLocalSection, NULL)); in DMPlexMigrateGlobalToNaturalSF() 232 if (debug) PetscCall(PetscSectionView(newGlobalSection, NULL)); in DMPlexMigrateGlobalToNaturalSF()
|
| H A D | plexpreallocate.c | 379 PetscCall(PetscSectionView(leafSectionAdj, NULL)); in DMPlexCreateAdjacencySection_Static() 389 PetscCall(PetscSectionView(rootSectionAdj, NULL)); in DMPlexCreateAdjacencySection_Static() 418 PetscCall(PetscSectionView(rootSectionAdj, NULL)); in DMPlexCreateAdjacencySection_Static() 621 PetscCall(PetscSectionView(sectionAdj, NULL)); in DMPlexCreateAdjacencySection_Static() 859 PetscCall(PetscSectionView(section, NULL)); in DMPlexPreallocateOperator() 861 PetscCall(PetscSectionView(sectionGlobal, NULL)); in DMPlexPreallocateOperator()
|
| H A D | plexdistribute.c | 1152 PetscCall(PetscSectionView(originalConeSection, PETSC_VIEWER_STDOUT_(comm))); in DMPlexDistributeCones() 1154 PetscCall(PetscSectionView(newConeSection, PETSC_VIEWER_STDOUT_(comm))); in DMPlexDistributeCones() 1388 PetscCall(PetscSectionView(origParentSection, PETSC_VIEWER_STDOUT_(comm))); in DMPlexDistributeSetupTree() 1390 PetscCall(PetscSectionView(newParentSection, PETSC_VIEWER_STDOUT_(comm))); in DMPlexDistributeSetupTree()
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex40f90.F90 | 21 PetscCallA(PetscSectionView(section, PETSC_VIEWER_STDOUT_WORLD, ierr))
|
| /petsc/src/dm/impls/network/tests/ |
| H A D | ex1.c | 134 PetscCall(PetscSectionView(sec, PETSC_VIEWER_STDOUT_WORLD)); in main() 140 PetscCall(PetscSectionView(sec, PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex47.c | 458 PetscCall(PetscSectionView(s, PETSC_VIEWER_STDOUT_WORLD)); in main() 511 PetscCall(PetscSectionView(s, PETSC_VIEWER_STDOUT_WORLD)); in main() 558 PetscCall(PetscSectionView(s, PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| H A D | ex21.c | 420 PetscCall(PetscSectionView(section, PETSC_VIEWER_STDOUT_(comm))); in main() 446 PetscCall(PetscSectionView(gsection, PETSC_VIEWER_STDOUT_(comm))); in main()
|
| H A D | ex18.c | 902 PetscCall(PetscSectionView(sects[d], sviewer)); in TestExpandPoints()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 9 PetscErrorCode PetscSectionView(PetscSection, PetscViewer)
|
| H A D | Section.pyx | 22 petsc.PetscSectionView 27 CHKERR(PetscSectionView(self.sec, vwr))
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex1f90.F90 | 79 PetscCallA(PetscSectionView(section, PETSC_VIEWER_STDOUT_WORLD, ierr))
|
| /petsc/src/snes/tutorials/ |
| H A D | ex13.c | 411 PetscCall(PetscSectionView(sec, PETSC_VIEWER_STDOUT_WORLD)); in ComputeAdjoint() 413 PetscCall(PetscSectionView(sec, PETSC_VIEWER_STDOUT_WORLD)); in ComputeAdjoint() 415 PetscCall(PetscSectionView(sec, PETSC_VIEWER_STDOUT_WORLD)); in ComputeAdjoint()
|
| /petsc/include/ |
| H A D | petscsection.h | 64 PETSC_EXTERN PetscErrorCode PetscSectionView(PetscSection, PetscViewer);
|
| /petsc/doc/changes/ |
| H A D | 316.md | 98 - Extend `PetscSectionView()` for section saving to HDF5
|
| /petsc/src/dm/partitioner/impls/multistage/ |
| H A D | mspart.c | 131 if (p->view_tpwgs) PetscCall(PetscSectionView(p->tpwgs[l], pviewer)); in PetscPartitionerView_Multistage()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 43 …SC_SECTION_CLASSID, "PetscSection", "Section", "IS", comm, PetscSectionDestroy, PetscSectionView)); in PetscSectionCreate() 2536 PetscErrorCode PetscSectionView(PetscSection s, PetscViewer viewer) in PetscSectionView() function
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1619 PetscCall(PetscSectionView(gsection, viewer)); in DMPlexSectionView_HDF5_Internal()
|