Home
last modified time | relevance | path

Searched refs:DMPlexGlobalVectorView (Results 1 – 8 of 8) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex21.c312 PetscCall(DMPlexGlobalVectorView(dm, viewer, sdm, vec)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi178 PetscErrorCode DMPlexGlobalVectorView(PetscDM, PetscViewer, PetscDM, PetscVec)
H A DDMPlex.pyx3333 DMPlex.localVectorLoad, petsc.DMPlexGlobalVectorView
3336 CHKERR(DMPlexGlobalVectorView(self.dm, viewer.vwr, sectiondm.dm, vec.vec))
/petsc/doc/changes/
H A D316.md215 - Add `DMPlexGlobalVectorView()` and `DMPlexLocalVectorView()` saving
/petsc/include/
H A Dpetscdmplex.h583 PETSC_EXTERN PetscErrorCode DMPlexGlobalVectorView(DM, PetscViewer, DM, Vec);
/petsc/src/ts/tutorials/
H A Dex30.c1065 PetscCall(DMPlexGlobalVectorView(dm, viewer, NULL, u)); in SaveToFile()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1314 PetscCall(DMPlexGlobalVectorView(dm, viewer, cdm, newcoords)); in DMPlexCoordinatesView_HDF5_Internal()
/petsc/src/dm/impls/plex/
H A Dplex.c2330 PetscErrorCode DMPlexGlobalVectorView(DM dm, PetscViewer viewer, DM sectiondm, Vec vec) in DMPlexGlobalVectorView() function