36 #ifndef HONEYCOMBMESHGENERATOR_HPP_ 37 #define HONEYCOMBMESHGENERATOR_HPP_ 42 #include "MutableMesh.hpp" 91 HoneycombMeshGenerator(
unsigned numNodesAlongWidth,
unsigned numNodesAlongLength,
unsigned ghosts=0,
double scaleFactor=1.0);
std::string mMeshFilename
MutableMesh< 2, 2 > * GetCircularMesh(double radius)
std::vector< unsigned > GetCellLocationIndices()
std::set< unsigned > mGhostNodeIndices
virtual MutableMesh< 2, 2 > * GetMesh()
virtual ~HoneycombMeshGenerator()
MutableMesh< 2, 2 > * mpMesh