36 #ifndef CYLINDRICAL2DVERTEXMESH_HPP_
37 #define CYLINDRICAL2DVERTEXMESH_HPP_
40 #include <boost/serialization/base_object.hpp>
42 #include "MutableVertexMesh.hpp"
43 #include "Cylindrical2dMesh.hpp"
55 friend class TestCylindrical2dVertexMesh;
80 template<
class Archive>
81 void serialize(Archive & archive,
const unsigned int version)
83 archive & boost::serialization::base_object<MutableVertexMesh<2,2> >(*this);
106 double cellRearrangementThreshold=0.01,
107 double t2Threshold=0.001);
132 c_vector<double, 2>
GetVectorFromAtoB(
const c_vector<double, 2>& rLocation1,
const c_vector<double, 2>& rLocation2);
154 double GetWidth(
const unsigned& rDimension)
const;
172 void Scale(
const double xScale=1.0,
const double yScale=1.0,
const double zScale=1.0);
void serialize(Archive &archive, const unsigned int version)
VertexMesh< 2, 2 > * mpMeshForVtk
unsigned AddNode(Node< 2 > *pNewNode)
double GetWidth(const unsigned &rDimension) const
friend class boost::serialization::access
Cylindrical2dVertexMesh()
VertexMesh< 2, 2 > * GetMeshForVtk()
void SetNode(unsigned nodeIndex, ChastePoint< 2 > point)
c_vector< double, 2 > GetVectorFromAtoB(const c_vector< double, 2 > &rLocation1, const c_vector< double, 2 > &rLocation2)
~Cylindrical2dVertexMesh()
#define CHASTE_CLASS_EXPORT(T)
gcov doesn't like this file...
void Scale(const double xScale=1.0, const double yScale=1.0, const double zScale=1.0)