DMPlexPointLocalFieldRead#
return read access to a field on a point in local array
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexPointLocalFieldRead(DM dm, PetscInt point, PetscInt field, const PetscScalar *array, void *ptr)
Not Collective
Input Parameters#
dm -
DM
defining topological spacepoint - topological point
field - field number
array - array to index into
Output Parameter#
ptr - address of read reference to point data, type generic so user can place in structure
See Also#
DMPlex: Unstructured Grids, DM
, DMPLEX
, DMGetLocalSection()
, PetscSectionGetOffset()
, PetscSectionGetDof()
, DMPlexGetPointLocal()
, DMPlexPointGlobalRef()
Level#
intermediate
Location#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages