Searched refs:DMPlexGlobalVectorView (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex21.c | 312 PetscCall(DMPlexGlobalVectorView(dm, viewer, sdm, vec)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 178 PetscErrorCode DMPlexGlobalVectorView(PetscDM, PetscViewer, PetscDM, PetscVec)
|
| H A D | DMPlex.pyx | 3333 DMPlex.localVectorLoad, petsc.DMPlexGlobalVectorView 3336 CHKERR(DMPlexGlobalVectorView(self.dm, viewer.vwr, sectiondm.dm, vec.vec))
|
| /petsc/doc/changes/ |
| H A D | 316.md | 215 - Add `DMPlexGlobalVectorView()` and `DMPlexLocalVectorView()` saving
|
| /petsc/include/ |
| H A D | petscdmplex.h | 583 PETSC_EXTERN PetscErrorCode DMPlexGlobalVectorView(DM, PetscViewer, DM, Vec);
|
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 1065 PetscCall(DMPlexGlobalVectorView(dm, viewer, NULL, u)); in SaveToFile()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1314 PetscCall(DMPlexGlobalVectorView(dm, viewer, cdm, newcoords)); in DMPlexCoordinatesView_HDF5_Internal()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 2330 PetscErrorCode DMPlexGlobalVectorView(DM dm, PetscViewer viewer, DM sectiondm, Vec vec) in DMPlexGlobalVectorView() function
|