Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpoint.c269 PetscErrorCode DMPlexPointGlobalRead(DM dm, PetscInt point, const PetscScalar *array, const void *p… in DMPlexPointGlobalRead() function
H A Dplextree.c3911 PetscCall(DMPlexPointGlobalRead(gradDM, p, gradArray, (void *)&gradVals)); in DMPlexTransferVecTree_Interpolate()
/petsc/include/
H A Dpetscdmplex.h78 PETSC_EXTERN PetscErrorCode DMPlexPointGlobalRead(DM, PetscInt, const PetscScalar *, const void *);
/petsc/src/ts/tutorials/
H A Dex11.c998 PetscCall(DMPlexPointGlobalRead(dm, c, x, &cx)); in MonitorVTK()