Home
last modified time | relevance | path

Searched refs:DMPlexGlobalVectorLoad (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex21.c460 PetscCall(DMPlexGlobalVectorLoad(dm, viewer, sdm, gsf, vec)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi185 PetscErrorCode DMPlexGlobalVectorLoad(PetscDM, PetscViewer, PetscDM, PetscSF, PetscVec)
H A DDMPlex.pyx3487 DMPlex.localVectorView, SF, Viewer, petsc.DMPlexGlobalVectorLoad
3490 CHKERR(DMPlexGlobalVectorLoad(self.dm, viewer.vwr, sectiondm.dm, sf.sf, vec.vec))
/petsc/doc/changes/
H A D316.md217 - Add `DMPlexGlobalVectorLoad()` and `DMPlexLocalVectorLoad()` loading
/petsc/include/
H A Dpetscdmplex.h591 PETSC_EXTERN PetscErrorCode DMPlexGlobalVectorLoad(DM, PetscViewer, DM, PetscSF, Vec);
/petsc/src/ts/tutorials/
H A Dex30.c1254 PetscCall(DMPlexGlobalVectorLoad(dm, viewer, NULL, sfG, u)); in LoadFromFile()
/petsc/src/dm/impls/plex/
H A Dplex.c2705 PetscErrorCode DMPlexGlobalVectorLoad(DM dm, PetscViewer viewer, DM sectiondm, PetscSF sf, Vec vec) in DMPlexGlobalVectorLoad() function