36 #ifndef POTTSMESHGENERATOR_HPP_
37 #define POTTSMESHGENERATOR_HPP_
42 #include "PottsMesh.hpp"
51 template<
unsigned DIM>
80 unsigned numElementsAcross,
81 unsigned elementWidth,
82 unsigned numNodesUp=1u,
83 unsigned numElementsUp=1u,
84 unsigned elementHeight=1u,
85 unsigned numNodesDeep=1u,
86 unsigned numElementsDeep=1u,
87 unsigned elementDepth=1u,
88 bool startAtBottomLeft =
false,
89 bool isPeriodicInX =
false,
90 bool isPeriodicInY =
false,
91 bool isPeriodicInZ =
false);
PottsMesh< DIM > * mpMesh
void CaclulateNeighbouringNodeIndices(bool isPeriodicInX)
virtual PottsMesh< DIM > * GetMesh()
virtual ~PottsMeshGenerator()