Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex21.c435 PetscCall(DMPlexLocalVectorLoad(dm, viewer, sdm, lsf, vec)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi186 PetscErrorCode DMPlexLocalVectorLoad(PetscDM, PetscViewer, PetscDM, PetscSF, PetscVec)
H A DDMPlex.pyx3512 DMPlex.localVectorView, SF, Viewer, petsc.DMPlexLocalVectorLoad
3515 CHKERR(DMPlexLocalVectorLoad(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.h592 PETSC_EXTERN PetscErrorCode DMPlexLocalVectorLoad(DM, PetscViewer, DM, PetscSF, Vec);
/petsc/doc/manual/
H A Ddmplex.md661 DMPlexLocalVectorLoad(dm, viewer, sdm, localDataSF, localVec);
/petsc/src/ts/tutorials/
H A Dex30.c1188 PetscCall(DMPlexLocalVectorLoad(dm, viewer, sdm, sf, map)); in LoadFromFile()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2823 PetscCall(DMPlexLocalVectorLoad(dm, viewer, cdm, lsf, coords)); in DMPlexCoordinatesLoad_HDF5_Internal()
/petsc/src/dm/impls/plex/
H A Dplex.c2781 PetscErrorCode DMPlexLocalVectorLoad(DM dm, PetscViewer viewer, DM sectiondm, PetscSF sf, Vec vec) in DMPlexLocalVectorLoad() function