Home
last modified time | relevance | path

Searched refs:PetscSectionGetPointLayout (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscsection.h77 PETSC_EXTERN PetscErrorCode PetscSectionGetPointLayout(MPI_Comm, PetscSection, PetscLayout *);
/petsc/src/vec/is/section/interface/
H A Dsection.c1735 PetscErrorCode PetscSectionGetPointLayout(MPI_Comm comm, PetscSection s, PetscLayout *layout) in PetscSectionGetPointLayout() function
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2337 PetscCall(PetscSectionGetPointLayout(comm, coneSizesSection, &pointsLayout0)); in PlexLayerLoad_Private()
/petsc/src/dm/impls/plex/
H A Dplex.c9005 PetscCall(PetscSectionGetPointLayout(PetscObjectComm((PetscObject)dm), globalSection, &layout)); in DMPlexCreateNumbering_Plex()