| 
    DFNgen
    2.0
    
   DFN Model Generator 
   | 
 
#include <structures.h>
Public Member Functions | |
| RejectionReasons () | |
Public Attributes | |
| unsigned long long int | shortIntersection | 
| unsigned long long int | closeToNode | 
| unsigned long long int | closeToEdge | 
| unsigned long long int | closePointToEdge | 
| unsigned long long int | outside | 
| unsigned long long int | triple | 
| unsigned long long int | interCloseToInter | 
Rejection reason counters.
Definition at line 250 of file structures.h.
| RejectionReasons::RejectionReasons | ( | ) | 
Zeros all rejection counters.
Definition at line 16 of file structures.cpp.
| unsigned long long int RejectionReasons::closePointToEdge | 
Definition at line 260 of file structures.h.
| unsigned long long int RejectionReasons::closeToEdge | 
Rejections due to intersections being too close to polygon edges.
Definition at line 258 of file structures.h.
| unsigned long long int RejectionReasons::closeToNode | 
Rejections due to intersections being too close to close to polygon verties.
Definition at line 255 of file structures.h.
| unsigned long long int RejectionReasons::interCloseToInter | 
Rejections due to an intersection landing too close to another intersection.
Definition at line 267 of file structures.h.
| unsigned long long int RejectionReasons::outside | 
Rejections due to fractures landing outside of the domain.
Definition at line 262 of file structures.h.
| unsigned long long int RejectionReasons::shortIntersection | 
Rejections due to intersection of length less than h.
Definition at line 252 of file structures.h.
| unsigned long long int RejectionReasons::triple | 
Rejections due to triple intersection problem.
Definition at line 264 of file structures.h.