DFNgen
2.0
DFN Model Generator
|
#include <structures.h>
Public Member Functions | |
GroupData () | |
Public Attributes | |
unsigned int | size |
bool | valid |
bool | faces [6] |
Definition at line 227 of file structures.h.
GroupData::GroupData | ( | ) |
Initializes size to zero, valid to true, and zeros (set to false) the faces array.
Definition at line 72 of file structures.cpp.
bool GroupData::faces[6] |
Domain boundary sides/faces that this cluster connects to.. Index Key: [0]: -x face, [1]: +x face [2]: -y face, [3]: +y face [4]: -z face, [5]: +z face
Definition at line 238 of file structures.h.
unsigned int GroupData::size |
Number of polygons in group.
Definition at line 229 of file structures.h.
bool GroupData::valid |
Valid bit, True if group this structures data is still valid, false otherwise. Data can become invalid when fracture cluster groups merge together.
Definition at line 232 of file structures.h.