36#ifndef POPULATIONTESTINGFORCE_HPP_
37#define POPULATIONTESTINGFORCE_HPP_
40#include <boost/serialization/base_object.hpp>
41#include "AbstractForce.hpp"
47template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM=ELEMENT_DIM>
64 template<
class Archive>
65 void serialize(Archive & archive,
const unsigned int version)
67 archive & boost::serialization::base_object<AbstractForce<ELEMENT_DIM,SPACE_DIM> >(*this);
120 c_vector<double, SPACE_DIM>& oldLocation,
135 c_vector<double, SPACE_DIM>& oldLocation,
150 c_vector<double, SPACE_DIM>& oldLocation,
165 c_vector<double, SPACE_DIM>& oldLocation,
gcov doesn't like this file...
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
c_vector< double, SPACE_DIM > GetExpectedOneStepLocationAM2(unsigned nodeIndex, double damping, c_vector< double, SPACE_DIM > &oldLocation, double dt)
c_vector< double, SPACE_DIM > GetExpectedOneStepLocationFE(unsigned nodeIndex, double damping, c_vector< double, SPACE_DIM > &oldLocation, double dt)
virtual void OutputForceParameters(out_stream &rParamsFile)
bool mWithPositionDependence
c_vector< double, SPACE_DIM > GetExpectedOneStepLocationRK4(unsigned nodeIndex, double damping, c_vector< double, SPACE_DIM > &oldLocation, double dt)
void AddForceContribution(AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > &rCellPopulation)
c_vector< double, SPACE_DIM > GetExpectedOneStepLocationBE(unsigned nodeIndex, double damping, c_vector< double, SPACE_DIM > &oldLocation, double dt)
void serialize(Archive &archive, const unsigned int version)
friend class boost::serialization::access