36#ifndef BUSKEELASTICFORCE_HPP_
37#define BUSKEELASTICFORCE_HPP_
39#include "AbstractTwoBodyInteractionForce.hpp"
42#include <boost/serialization/base_object.hpp>
54 friend class TestForcesNotForRelease;
65 template<
class Archive>
66 void serialize(Archive & archive,
const unsigned int version)
68 archive & boost::serialization::base_object<AbstractTwoBodyInteractionForce<DIM> >(*this);
123 double GetMagnitudeOfForce(
double distanceBetweenNodes,
double radiusOfCellOne,
double radiusOfCellTwo);
gcov doesn't like this file...
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
double GetMagnitudeOfForce(double distanceBetweenNodes, double radiusOfCellOne, double radiusOfCellTwo)
void serialize(Archive &archive, const unsigned int version)
void SetDeformationEnergyParameter(double deformationEnergyParameter)
virtual void OutputForceParameters(out_stream &rParamsFile)
c_vector< double, DIM > CalculateForceBetweenNodes(unsigned nodeAGlobalIndex, unsigned nodeBGlobalIndex, AbstractCellPopulation< DIM > &rCellPopulation)
friend class boost::serialization::access
double mDeformationEnergyParameter
double GetDeformationEnergyParameter()