Searched refs:DMPlexPointGlobalRead (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpoint.c | 269 PetscErrorCode DMPlexPointGlobalRead(DM dm, PetscInt point, const PetscScalar *array, const void *p… in DMPlexPointGlobalRead() function
|
| H A D | plextree.c | 3911 PetscCall(DMPlexPointGlobalRead(gradDM, p, gradArray, (void *)&gradVals)); in DMPlexTransferVecTree_Interpolate()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 78 PETSC_EXTERN PetscErrorCode DMPlexPointGlobalRead(DM, PetscInt, const PetscScalar *, const void *);
|
| /petsc/src/ts/tutorials/ |
| H A D | ex11.c | 998 PetscCall(DMPlexPointGlobalRead(dm, c, x, &cx)); in MonitorVTK()
|