Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A Ddev.md135 - Add `DMPlexVecGetClosureAtDepth()`
/petsc/src/dm/impls/plex/tests/
H A Dex103.c179 …PetscCall(DMPlexVecGetClosureAtDepth(dm, coord_section, coords_vec, p, depth, &coords_size, &coord… in DMPlexGetPointsCentroids()
/petsc/include/
H A Dpetscdmplex.h394 PETSC_EXTERN PetscErrorCode DMPlexVecGetClosureAtDepth(DM, PetscSection, Vec, PetscInt, PetscInt, P…
/petsc/src/dm/impls/plex/
H A Dplexcreate.c1076 … PetscCall(DMPlexVecGetClosureAtDepth(cdm, csection, coordinates, face, 0, &coords_size, &coords)); in DMPlexSetBoxLabel_Internal()
1166 … PetscCall(DMPlexVecGetClosureAtDepth(cdm, csection, coordinates, face, 0, &coords_size, &coords)); in DMPlexSetBoxLabel_Internal()
1182 … PetscCall(DMPlexVecGetClosureAtDepth(cdm, csection, coordinates, face, 0, &coords_size, &coords)); in DMPlexSetBoxLabel_Internal()
H A Dplex.c6788 PetscErrorCode DMPlexVecGetClosureAtDepth(DM dm, PetscSection section, Vec v, PetscInt point, Petsc… in DMPlexVecGetClosureAtDepth() function