DFNgen  2.0
DFN Model Generator
domain.h
Go to the documentation of this file.
1 #ifndef _domain_h_
2 #define _domain_h_
3 #include "structures.h"
4 
5 bool domainTruncation(Poly &newPoly, double *domainSize);
6 void printPoints(std::vector<double> &point);
7 
8 #endif
bool domainTruncation(Poly &newPoly, double *domainSize)
Definition: domain.cpp:19
void printPoints(std::vector< double > &point)
Definition: domain.cpp:279
double domainSize[3]
Definition: readInput.cpp:18