#include "petscdmplex.h" PetscErrorCode DMPlexPointGlobalFieldRead(DM dm,PetscInt point,PetscInt field,const PetscScalar *array,void *ptr)Not Collective
dm | - DM defining topological space | |
point | - topological point | |
field | - field number | |
array | - array to index into |
ptr | - address of read reference to point data, type generic so user can place in structure; returns NULL if global point is not owned |