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);
133 c_vector<double, 2>
GetVectorFromAtoB(
const c_vector<double, 2>& rLocation1,
const c_vector<double, 2>& rLocation2);
155 double GetWidth(
const unsigned& rDimension)
const;
181 void Scale(
const double xScale=1.0,
const double yScale=1.0,
const double zScale=1.0);
gcov doesn't like this file...
#define CHASTE_CLASS_EXPORT(T)
void SetNode(unsigned nodeIndex, ChastePoint< 2 > point)
double GetWidth(const unsigned &rDimension) const
c_vector< double, 2 > GetVectorFromAtoB(const c_vector< double, 2 > &rLocation1, const c_vector< double, 2 > &rLocation2)
Cylindrical2dVertexMesh()
unsigned AddNode(Node< 2 > *pNewNode)
void Scale(const double xScale=1.0, const double yScale=1.0, const double zScale=1.0)
void CheckNodeLocation(Node< 2 > *pNode)
VertexMesh< 2, 2 > * mpMeshForVtk
~Cylindrical2dVertexMesh()
friend class boost::serialization::access
void serialize(Archive &archive, const unsigned int version)
VertexMesh< 2, 2 > * GetMeshForVtk()