Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex21.c416 PetscCall(DMPlexSectionLoad(dm, viewer, sdm, sfXC, &gsf, &lsf)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi184 PetscErrorCode DMPlexSectionLoad(PetscDM, PetscViewer, PetscDM, PetscSF, PetscSF*, PetscSF*)
H A DDMPlex.pyx3459 DMPlex.sectionView, SF, Viewer, petsc.DMPlexSectionLoad
3464 CHKERR(DMPlexSectionLoad(self.dm, viewer.vwr, sectiondm.dm, sfxc.sf, &gsf.sf, &lsf.sf))
/petsc/doc/changes/
H A D316.md213 - Add `DMPlexSectionLoad()` loading a `PetscSection` in
/petsc/doc/manual/
H A Ddmplex.md631 DMPlexSectionLoad(dm, viewer, sdm, sf, &globalDataSF, &localDataSF);
637 point number in $X$, `DMPlexSectionLoad()`
640 Composing this with `sf`, `DMPlexSectionLoad()` internally
/petsc/include/
H A Dpetscdmplex.h590 PETSC_EXTERN PetscErrorCode DMPlexSectionLoad(DM, PetscViewer, DM, PetscSF, PetscSF *, PetscSF *);
/petsc/src/ts/tutorials/
H A Dex30.c1185 PetscCall(DMPlexSectionLoad(dm, viewer, sdm, sfXB, NULL, &sf)); in LoadFromFile()
1248 PetscCall(DMPlexSectionLoad(dm, viewer, NULL, sfXC, &sfG, NULL)); in LoadFromFile()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2818 PetscCall(DMPlexSectionLoad(dm, viewer, cdm, sfXC, NULL, &lsf)); in DMPlexCoordinatesLoad_HDF5_Internal()
/petsc/src/dm/impls/plex/
H A Dplex.c2641 PetscErrorCode DMPlexSectionLoad(DM dm, PetscViewer viewer, PeOp DM sectiondm, PetscSF globalToLoca… in DMPlexSectionLoad() function