Home
last modified time | relevance | path

Searched refs:DMLoad (Results 1 – 15 of 15) sorted by relevance

/petsc/src/dm/tests/
H A Dex13.c24 PetscCall(DMLoad(da, bviewer)); in main()
/petsc/src/dm/impls/plex/tutorials/
H A Dex5.c94 PetscCall(DMLoad(dm, v)); in main()
/petsc/doc/changes/
H A D310.md157 with `DMLoad()`, `PetscViewerType=PETSCVIEWERHDF5` and
H A D316.md195 - Add a `PETSCVIEWEREXODUSII` viewer type for `DMView()`/`DMLoad()` and
H A D319.md236 - Both `DMView()` and `DMLoad()` now support parallel I/O with a new HDF5 format (see the manual fo…
/petsc/src/dm/impls/forest/
H A Dforest.c1492 PetscCall(DMLoad(base, viewer)); in DMSetFromOptions_Forest()
1504 PetscCall(DMLoad(coarse, viewer)); in DMSetFromOptions_Forest()
1516 PetscCall(DMLoad(fine, viewer)); in DMSetFromOptions_Forest()
/petsc/src/dm/impls/plex/tests/
H A Dex55.c166 PetscCall(DMLoad(dmnew, v)); in DMPlexWriteAndReadHDF5()
H A Dex56.c149 PetscCall(DMLoad(dm, v)); in LoadMesh()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi68 PetscErrorCode DMLoad(PetscDM, PetscViewer)
H A DDM.pyx115 DM.view, DM.load, Object.setName, petsc.DMLoad
118 CHKERR(DMLoad(self.dm, viewer.vwr))
/petsc/include/
H A Dpetscdm.h63 PETSC_EXTERN PetscErrorCode DMLoad(DM, PetscViewer);
/petsc/doc/manual/
H A Ddmplex.md574 DMLoad(dm, viewer);
/petsc/src/ts/interface/
H A Dts.c1829 PetscCall(DMLoad(dm, viewer)); in TSLoad()
/petsc/src/dm/interface/
H A Ddm.c4229 PetscErrorCode DMLoad(DM newdm, PetscViewer viewer) in DMLoad() function
/petsc/src/dm/impls/plex/
H A Dplexcreate.c7357 PetscCall(DMLoad(*dm, viewer)); in DMPlexCreateFromFile()