Home
last modified time | relevance | path

Searched refs:PetscSectionView (Results 1 – 20 of 20) sorted by relevance

/petsc/src/vec/is/tests/
H A Dex5.c196 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 Dex10.c75 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 Dex33.c75 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 Dplexnatural.c102 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 Dplexpreallocate.c379 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 Dplexdistribute.c1152 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 Dex40f90.F9021 PetscCallA(PetscSectionView(section, PETSC_VIEWER_STDOUT_WORLD, ierr))
/petsc/src/dm/impls/network/tests/
H A Dex1.c134 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 Dex47.c458 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 Dex21.c420 PetscCall(PetscSectionView(section, PETSC_VIEWER_STDOUT_(comm))); in main()
446 PetscCall(PetscSectionView(gsection, PETSC_VIEWER_STDOUT_(comm))); in main()
H A Dex18.c902 PetscCall(PetscSectionView(sects[d], sviewer)); in TestExpandPoints()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi9 PetscErrorCode PetscSectionView(PetscSection, PetscViewer)
H A DSection.pyx22 petsc.PetscSectionView
27 CHKERR(PetscSectionView(self.sec, vwr))
/petsc/src/dm/impls/plex/tutorials/
H A Dex1f90.F9079 PetscCallA(PetscSectionView(section, PETSC_VIEWER_STDOUT_WORLD, ierr))
/petsc/src/snes/tutorials/
H A Dex13.c411 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 Dpetscsection.h64 PETSC_EXTERN PetscErrorCode PetscSectionView(PetscSection, PetscViewer);
/petsc/doc/changes/
H A D316.md98 - Extend `PetscSectionView()` for section saving to HDF5
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c131 if (p->view_tpwgs) PetscCall(PetscSectionView(p->tpwgs[l], pviewer)); in PetscPartitionerView_Multistage()
/petsc/src/vec/is/section/interface/
H A Dsection.c43 …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 Dplexhdf5.c1619 PetscCall(PetscSectionView(gsection, viewer)); in DMPlexSectionView_HDF5_Internal()