#include "petscdmplex.h" PetscErrorCode DMPlexPointGlobalFieldRef(DM dm,PetscInt point,PetscInt field,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 reference to point data, type generic so user can place in structure; returns NULL if global point is not owned |