33 #ifndef __H__LIB_GRID__GRID_CONSTANTS__
34 #define __H__LIB_GRID__GRID_CONSTANTS__
VolumeOptions
Used to specify the way in which Grid manages volume-specific data.
Definition: grid_constants.h:78
VertexOptions
Used to specify the way in which Grid manages vertex-specific data.
Definition: grid_constants.h:46
EdgeOptions
Used to specify the way in which Grid manages edge-specific data.
Definition: grid_constants.h:57
GridOptions
Specify how references between associated objects are stored in a grid.
Definition: grid_constants.h:90
FaceOptions
Used to specify the way in which Grid manages face-specific data.
Definition: grid_constants.h:67
@ VOLOPT_AUTOGENERATE_EDGES
Definition: grid_constants.h:82
@ VOLOPT_STORE_ASSOCIATED_FACES
speed-improvement for grid.get_face(Face*, int) ~15%
Definition: grid_constants.h:81
@ VOLOPT_STORE_ASSOCIATED_EDGES
minor speed-improvement for grid.get_edge(Volume*, int)
Definition: grid_constants.h:80
@ VOLOPT_NONE
Definition: grid_constants.h:79
@ VOLOPT_AUTOGENERATE_FACES
Definition: grid_constants.h:83
@ VRTOPT_STORE_ASSOCIATED_EDGES
Definition: grid_constants.h:48
@ VRTOPT_STORE_ASSOCIATED_FACES
Definition: grid_constants.h:49
@ VRTOPT_STORE_ASSOCIATED_VOLUMES
Definition: grid_constants.h:50
@ VRTOPT_NONE
Definition: grid_constants.h:47
@ EDGEOPT_STORE_ASSOCIATED_FACES
Definition: grid_constants.h:59
@ EDGEOPT_NONE
Definition: grid_constants.h:58
@ EDGEOPT_STORE_ASSOCIATED_VOLUMES
Definition: grid_constants.h:60
@ GRIDOPT_FULL_INTERCONNECTION
All elements store references to all associated elements.
Definition: grid_constants.h:116
@ GRIDOPT_VERTEXCENTRIC_INTERCONNECTION
vertices store lists of associated geometric objects.
Definition: grid_constants.h:97
@ GRIDOPT_NO_INTERCONNECTION
Definition: grid_constants.h:92
@ GRIDOPT_NONE
Definition: grid_constants.h:91
@ GRIDOPT_AUTOGENERATE_SIDES
sides are automatically created
Definition: grid_constants.h:102
@ GRIDOPT_STANDARD_INTERCONNECTION
All elements store references to associated lower dimensional geometric objects.
Definition: grid_constants.h:107
@ GRIDOPT_DEFAULT
Definition: grid_constants.h:121
@ FACEOPT_STORE_ASSOCIATED_EDGES
minor speed-improvement for grid.get_edge(Face*, int)
Definition: grid_constants.h:69
@ FACEOPT_STORE_ASSOCIATED_VOLUMES
Definition: grid_constants.h:70
@ FACEOPT_NONE
Definition: grid_constants.h:68
@ FACEOPT_AUTOGENERATE_EDGES
Definition: grid_constants.h:71