#include "petscdmplex.h" PetscErrorCode DMPlexPointGlobalRef(DM dm,PetscInt point,PetscScalar *array,void *ptr)Not Collective
dm | - DM defining topological space | |
point | - topological point | |
array | - array to index into |
struct { PetscScalar foo,bar,baz; } *ptr;
DMPlexPointGlobalRef(dm,point,array,&ptr);
ptr->foo = 2; ptr->bar = 3; ptr->baz = 5;
Level:intermediate
Location:src/dm/impls/plex/plexpoint.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages