DFNgen
2.0
DFN Model Generator
|
#include <cmath>
#include <vector>
#include "domain.h"
#include "input.h"
#include "structures.h"
#include "vectorFunctions.h"
Go to the source code of this file.
Functions | |
bool | domainTruncation (Poly &newPoly, double *domainSize) |
void | printPoints (std::vector< double > &point) |
bool domainTruncation | ( | Poly & | newPoly, |
double * | domainSize | ||
) |
Definition at line 19 of file domain.cpp.
void printPoints | ( | std::vector< double > & | point | ) |
Definition at line 279 of file domain.cpp.