DMPointLocationType#
Describes the method to handle point location failure
Synopsis#
typedef enum {
DM_POINTLOCATION_NONE,
DM_POINTLOCATION_NEAREST,
DM_POINTLOCATION_REMOVE
} DMPointLocationType;
Values#
DM_POINTLOCATION_NONE- return a negative cell numberDM_POINTLOCATION_NEAREST- the (approximate) nearest point in the mesh is usedDM_POINTLOCATION_REMOVE- returns values only for points which were located
See Also#
Level#
intermediate
Location#
Examples#
src/dm/tutorials/swarm_ex3.c
src/dm/impls/plex/tests/ex17.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages