DFNgen  2.0
DFN Model Generator
domain.cpp File Reference
#include <cmath>
#include <vector>
#include "domain.h"
#include "input.h"
#include "structures.h"
#include "vectorFunctions.h"
Include dependency graph for domain.cpp:

Go to the source code of this file.

Functions

bool domainTruncation (Poly &newPoly, double *domainSize)
 
void printPoints (std::vector< double > &point)
 

Function Documentation

§ domainTruncation()

bool domainTruncation ( Poly newPoly,
double *  domainSize 
)

Definition at line 19 of file domain.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ printPoints()

void printPoints ( std::vector< double > &  point)

Definition at line 279 of file domain.cpp.