Home
last modified time | relevance | path

Searched refs:DMPlexSectionView (Results 1 – 9 of 9) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex21.c264 PetscCall(DMPlexSectionView(dm, viewer, sdm)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi177 PetscErrorCode DMPlexSectionView(PetscDM, PetscViewer, PetscDM)
H A DDMPlex.pyx3309 DMPlex.sectionLoad, Viewer, petsc.DMPlexSectionView
3312 CHKERR(DMPlexSectionView(self.dm, viewer.vwr, sectiondm.dm))
/petsc/doc/changes/
H A D316.md211 - Add `DMPlexSectionView()` saving a `PetscSection` in
/petsc/doc/manual/
H A Ddmplex.md438 DMPlexSectionView(dm, viewer, sdm);
443 The first argument of `DMPlexSectionView()` is a `DMPLEX` object that represents the mesh, and the …
446 …each of them can also be tagged with a global point number in $X$; `DMPlexSectionView()` saves the…
/petsc/include/
H A Dpetscdmplex.h582 PETSC_EXTERN PetscErrorCode DMPlexSectionView(DM, PetscViewer, DM);
/petsc/src/ts/tutorials/
H A Dex30.c1062 PetscCall(DMPlexSectionView(dm, viewer, NULL)); in SaveToFile()
1121 PetscCall(DMPlexSectionView(dm, viewer, sdm)); in SaveToFile()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1301 if (viewSection) PetscCall(DMPlexSectionView(dm, viewer, cdm)); in DMPlexCoordinatesView_HDF5_Internal()
/petsc/src/dm/impls/plex/
H A Dplex.c2267 PetscErrorCode DMPlexSectionView(DM dm, PetscViewer viewer, DM sectiondm) in DMPlexSectionView() function