36#ifndef CELLWISESOURCEELLIPTICPDE_HPP_
37#define CELLWISESOURCEELLIPTICPDE_HPP_
40#include <boost/serialization/base_object.hpp>
42#include "AbstractCellPopulation.hpp"
43#include "AbstractLinearEllipticPde.hpp"
66 friend class TestCellBasedEllipticPdes;
78 template<
class Archive>
79 void serialize(Archive & archive,
const unsigned int version)
81 archive & boost::serialization::base_object<AbstractLinearEllipticPde<DIM, DIM> >(*this);
159namespace serialization
164template<
class Archive,
unsigned DIM>
165inline void save_construct_data(
170 ar & p_cell_population;
176template<
class Archive,
unsigned DIM>
177inline void load_construct_data(
182 ar >> p_cell_population;
gcov doesn't like this file...
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
double mSourceCoefficient
virtual double ComputeConstantInUSourceTerm(const ChastePoint< DIM > &rX, Element< DIM, DIM > *pElement)
AbstractCellPopulation< DIM, DIM > & mrCellPopulation
double GetCoefficient() const
virtual c_matrix< double, DIM, DIM > ComputeDiffusionTerm(const ChastePoint< DIM > &rX)
virtual double ComputeLinearInUCoeffInSourceTerm(const ChastePoint< DIM > &rX, Element< DIM, DIM > *pElement)
virtual double ComputeLinearInUCoeffInSourceTermAtNode(const Node< DIM > &rNode)
friend class boost::serialization::access
const AbstractCellPopulation< DIM > & rGetCellPopulation() const
void serialize(Archive &archive, const unsigned int version)