Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <ToroidalHoneycombVertexMeshGenerator.hpp>
Public Member Functions | |
ToroidalHoneycombVertexMeshGenerator (unsigned numElementsAcross, unsigned numElementsUp, double cellRearrangementThreshold=0.01, double t2Threshold=0.001) | |
boost::shared_ptr< MutableVertexMesh< 2, 2 > > | GetMesh () |
boost::shared_ptr< Toroidal2dVertexMesh > | GetToroidalMesh () |
Additional Inherited Members | |
Private Member Functions inherited from HoneycombVertexMeshGenerator | |
HoneycombVertexMeshGenerator (unsigned numElementsAcross, unsigned numElementsUp, bool isFlatBottom=false, double cellRearrangementThreshold=0.01, double t2Threshold=0.001, double elementArea=0.5 *sqrt(3.0)) | |
HoneycombVertexMeshGenerator () | |
virtual | ~HoneycombVertexMeshGenerator ()=default |
Private Attributes inherited from HoneycombVertexMeshGenerator | |
boost::shared_ptr< MutableVertexMesh< 2, 2 > > | mpMesh |
Honeycomb mesh generator that creates a 2D "toroidal" mesh (one in which periodicity is imposed on the left and right and top and bottom boundaries) for use with vertex-based simulations.
NOTE: the user should delete the mesh after use to manage memory.
Definition at line 53 of file ToroidalHoneycombVertexMeshGenerator.hpp.
ToroidalHoneycombVertexMeshGenerator::ToroidalHoneycombVertexMeshGenerator | ( | unsigned | numElementsAcross, |
unsigned | numElementsUp, | ||
double | cellRearrangementThreshold = 0.01 , |
||
double | t2Threshold = 0.001 |
||
) |
Constructor.
numElementsAcross | The number of columns of elements in the mesh. This MUST be an even number. |
numElementsUp | The number of rows of elements in the mesh. This MUST be an even number. |
cellRearrangementThreshold | the minimum threshold distance for element rearrangement (defaults to 0.01) |
t2Threshold | the maximum threshold distance for Type 2 swaps (defaults to 0.001) |
Definition at line 40 of file ToroidalHoneycombVertexMeshGenerator.cpp.
References HoneycombVertexMeshGenerator::mpMesh.
|
virtual |
Reimplemented from HoneycombVertexMeshGenerator.
Definition at line 122 of file ToroidalHoneycombVertexMeshGenerator.cpp.
References EXCEPTION, and HoneycombVertexMeshGenerator::mpMesh.
boost::shared_ptr< Toroidal2dVertexMesh > ToroidalHoneycombVertexMeshGenerator::GetToroidalMesh | ( | ) |
Definition at line 128 of file ToroidalHoneycombVertexMeshGenerator.cpp.
References HoneycombVertexMeshGenerator::mpMesh.