Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D322.md194 - Add `DMPlexGetDepthStratumGlobalSize()`
/petsc/include/
H A Dpetscdmplex.h136 PETSC_EXTERN PetscErrorCode DMPlexGetDepthStratumGlobalSize(DM, PetscInt, PetscInt *);
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2942 PetscCall(DMPlexGetDepthStratumGlobalSize(dm, 0, &Nv)); in DMPlexSectionLoad_HDF5_Internal()
/petsc/src/dm/impls/plex/
H A Dplex.c8966 PetscErrorCode DMPlexGetDepthStratumGlobalSize(DM dm, PetscInt depth, PetscInt *gsize) in DMPlexGetDepthStratumGlobalSize() function