Searched refs:DMPlexGlobalVectorLoad (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex21.c | 460 PetscCall(DMPlexGlobalVectorLoad(dm, viewer, sdm, gsf, vec)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 185 PetscErrorCode DMPlexGlobalVectorLoad(PetscDM, PetscViewer, PetscDM, PetscSF, PetscVec)
|
| H A D | DMPlex.pyx | 3487 DMPlex.localVectorView, SF, Viewer, petsc.DMPlexGlobalVectorLoad 3490 CHKERR(DMPlexGlobalVectorLoad(self.dm, viewer.vwr, sectiondm.dm, sf.sf, vec.vec))
|
| /petsc/doc/changes/ |
| H A D | 316.md | 217 - Add `DMPlexGlobalVectorLoad()` and `DMPlexLocalVectorLoad()` loading
|
| /petsc/include/ |
| H A D | petscdmplex.h | 591 PETSC_EXTERN PetscErrorCode DMPlexGlobalVectorLoad(DM, PetscViewer, DM, PetscSF, Vec);
|
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 1254 PetscCall(DMPlexGlobalVectorLoad(dm, viewer, NULL, sfG, u)); in LoadFromFile()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 2705 PetscErrorCode DMPlexGlobalVectorLoad(DM dm, PetscViewer viewer, DM sectiondm, PetscSF sf, Vec vec) in DMPlexGlobalVectorLoad() function
|