Home
last modified time | relevance | path

Searched refs:PetscSectionLoad (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/is/tests/
H A Dex5.c229 PetscCall(PetscSectionLoad(section, viewer)); in main()
/petsc/include/
H A Dpetscsection.h66 PETSC_EXTERN PetscErrorCode PetscSectionLoad(PetscSection, PetscViewer);
/petsc/doc/changes/
H A D316.md99 - Add `PetscSectionLoad()` for section loading from HDF5
/petsc/src/vec/is/section/interface/
H A Dsection.c2589 PetscErrorCode PetscSectionLoad(PetscSection s, PetscViewer viewer) in PetscSectionLoad() function
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2935 if (has) PetscCall(PetscSectionLoad(sectionA, viewer)); in DMPlexSectionLoad_HDF5_Internal()