Searched refs:DMPlexSectionView (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex21.c | 264 PetscCall(DMPlexSectionView(dm, viewer, sdm)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 177 PetscErrorCode DMPlexSectionView(PetscDM, PetscViewer, PetscDM)
|
| H A D | DMPlex.pyx | 3309 DMPlex.sectionLoad, Viewer, petsc.DMPlexSectionView 3312 CHKERR(DMPlexSectionView(self.dm, viewer.vwr, sectiondm.dm))
|
| /petsc/doc/changes/ |
| H A D | 316.md | 211 - Add `DMPlexSectionView()` saving a `PetscSection` in
|
| /petsc/doc/manual/ |
| H A D | dmplex.md | 438 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 D | petscdmplex.h | 582 PETSC_EXTERN PetscErrorCode DMPlexSectionView(DM, PetscViewer, DM);
|
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 1062 PetscCall(DMPlexSectionView(dm, viewer, NULL)); in SaveToFile() 1121 PetscCall(DMPlexSectionView(dm, viewer, sdm)); in SaveToFile()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1301 if (viewSection) PetscCall(DMPlexSectionView(dm, viewer, cdm)); in DMPlexCoordinatesView_HDF5_Internal()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 2267 PetscErrorCode DMPlexSectionView(DM dm, PetscViewer viewer, DM sectiondm) in DMPlexSectionView() function
|