Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsection.h78 PETSC_EXTERN PetscErrorCode PetscSectionGetValueLayout(MPI_Comm, PetscSection, PetscLayout *);
/petsc/src/dm/impls/plex/tests/
H A Dex26f90.F90304 PetscCallA(PetscSectionGetValueLayout(PETSC_COMM_WORLD, section, layout, ierr))
/petsc/src/vec/is/section/interface/
H A Dsection.c1782 PetscErrorCode PetscSectionGetValueLayout(MPI_Comm comm, PetscSection s, PetscLayout *layout) in PetscSectionGetValueLayout() function
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2320 PetscCall(PetscSectionGetValueLayout(comm, coneSizesSection, &conesLayout)); in PlexLayerLoad_Private()
/petsc/src/dm/interface/
H A Ddm.c4668 …PetscCall(PetscSectionGetValueLayout(PetscObjectComm((PetscObject)dm), dm->globalSection, &dm->map… in DMGetGlobalSection()