Home
last modified time | relevance | path

Searched defs:sectiondm (Results 1 – 3 of 3) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx3293 def sectionView(self, Viewer viewer, DM sectiondm) -> None:
3314 def globalVectorView(self, Viewer viewer, DM sectiondm, Vec vec) -> None:
3338 def localVectorView(self, Viewer viewer, DM sectiondm, Vec vec) -> None:
3430 def sectionLoad(self, Viewer viewer, DM sectiondm, SF sfxc) -> tuple[SF, SF]:
3467 def globalVectorLoad(self, Viewer viewer, DM sectiondm, SF sf, Vec vec) -> None:
3492 def localVectorLoad(self, Viewer viewer, DM sectiondm, SF sf, Vec vec) -> None:
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1595 PetscErrorCode DMPlexSectionView_HDF5_Internal(DM dm, PetscViewer viewer, DM sectiondm) in DMPlexSectionView_HDF5_Internal()
1654 PetscErrorCode DMPlexGlobalVectorView_HDF5_Internal(DM dm, PetscViewer viewer, DM sectiondm, Vec ve… in DMPlexGlobalVectorView_HDF5_Internal()
1714 PetscErrorCode DMPlexLocalVectorView_HDF5_Internal(DM dm, PetscViewer viewer, DM sectiondm, Vec vec) in DMPlexLocalVectorView_HDF5_Internal()
2908 PetscErrorCode DMPlexSectionLoad_HDF5_Internal(DM dm, PetscViewer viewer, DM sectiondm, PetscSF sfX… in DMPlexSectionLoad_HDF5_Internal()
3078 PetscErrorCode DMPlexVecLoad_HDF5_Internal(DM dm, PetscViewer viewer, DM sectiondm, PetscSF sf, Vec… in DMPlexVecLoad_HDF5_Internal()
/petsc/src/dm/impls/plex/
H A Dplex.c2267 PetscErrorCode DMPlexSectionView(DM dm, PetscViewer viewer, DM sectiondm) in DMPlexSectionView()
2330 PetscErrorCode DMPlexGlobalVectorView(DM dm, PetscViewer viewer, DM sectiondm, Vec vec) in DMPlexGlobalVectorView()
2406 PetscErrorCode DMPlexLocalVectorView(DM dm, PetscViewer viewer, DM sectiondm, Vec vec) in DMPlexLocalVectorView()
2641 PetscErrorCode DMPlexSectionLoad(DM dm, PetscViewer viewer, PeOp DM sectiondm, PetscSF globalToLoca… in DMPlexSectionLoad()
2705 PetscErrorCode DMPlexGlobalVectorLoad(DM dm, PetscViewer viewer, DM sectiondm, PetscSF sf, Vec vec) in DMPlexGlobalVectorLoad()
2781 PetscErrorCode DMPlexLocalVectorLoad(DM dm, PetscViewer viewer, DM sectiondm, PetscSF sf, Vec vec) in DMPlexLocalVectorLoad()