Searched refs:DMPlexVecGetClosureAtDepth (Results 1 – 5 of 5) sorted by relevance
| /petsc/doc/changes/ |
| H A D | dev.md | 135 - Add `DMPlexVecGetClosureAtDepth()`
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex103.c | 179 …PetscCall(DMPlexVecGetClosureAtDepth(dm, coord_section, coords_vec, p, depth, &coords_size, &coord… in DMPlexGetPointsCentroids()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 394 PETSC_EXTERN PetscErrorCode DMPlexVecGetClosureAtDepth(DM, PetscSection, Vec, PetscInt, PetscInt, P…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 1076 … 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 D | plex.c | 6788 PetscErrorCode DMPlexVecGetClosureAtDepth(DM dm, PetscSection section, Vec v, PetscInt point, Petsc… in DMPlexVecGetClosureAtDepth() function
|