Searched refs:DMPlexSectionLoad (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex21.c | 416 PetscCall(DMPlexSectionLoad(dm, viewer, sdm, sfXC, &gsf, &lsf)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 184 PetscErrorCode DMPlexSectionLoad(PetscDM, PetscViewer, PetscDM, PetscSF, PetscSF*, PetscSF*)
|
| H A D | DMPlex.pyx | 3459 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 D | 316.md | 213 - Add `DMPlexSectionLoad()` loading a `PetscSection` in
|
| /petsc/doc/manual/ |
| H A D | dmplex.md | 631 DMPlexSectionLoad(dm, viewer, sdm, sf, &globalDataSF, &localDataSF); 637 point number in $X$, `DMPlexSectionLoad()` 640 Composing this with `sf`, `DMPlexSectionLoad()` internally
|
| /petsc/include/ |
| H A D | petscdmplex.h | 590 PETSC_EXTERN PetscErrorCode DMPlexSectionLoad(DM, PetscViewer, DM, PetscSF, PetscSF *, PetscSF *);
|
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 1185 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 D | plexhdf5.c | 2818 PetscCall(DMPlexSectionLoad(dm, viewer, cdm, sfXC, NULL, &lsf)); in DMPlexCoordinatesLoad_HDF5_Internal()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 2641 PetscErrorCode DMPlexSectionLoad(DM dm, PetscViewer viewer, PeOp DM sectiondm, PetscSF globalToLoca… in DMPlexSectionLoad() function
|