36 #ifndef VOLUMEDEPENDENTAVERAGEDSOURCEELLIPTICPDE_HPP_
37 #define VOLUMEDEPENDENTAVERAGEDSOURCEELLIPTICPDE_HPP_
40 #include <boost/serialization/base_object.hpp>
42 #include "NodeBasedCellPopulation.hpp"
43 #include "AveragedSourceEllipticPde.hpp"
44 #include "TetrahedralMesh.hpp"
45 #include "AbstractLinearEllipticPde.hpp"
73 template<
unsigned DIM>
76 friend class TestCellBasedEllipticPdes;
88 template<
class Archive>
89 void serialize(Archive & archive,
const unsigned int version)
91 archive & boost::serialization::base_object<AveragedSourceEllipticPde<DIM> >(*this);
121 namespace serialization
126 template<
class Archive,
unsigned DIM>
127 inline void save_construct_data(
132 ar & p_cell_population;
138 template<
class Archive,
unsigned DIM>
139 inline void load_construct_data(
144 ar >> p_cell_population;
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
const AbstractCellPopulation< DIM > & rGetCellPopulation() const
void SetupSourceTerms(TetrahedralMesh< DIM, DIM > &rCoarseMesh, std::map< CellPtr, unsigned > *pCellPdeElementMap=nullptr)
NodeBasedCellPopulation< DIM > * mpStaticCastCellPopulation
VolumeDependentAveragedSourceEllipticPde(AbstractCellPopulation< DIM > &rCellPopulation, double coefficient=0.0)
gcov doesn't like this file...
void serialize(Archive &archive, const unsigned int version)
friend class boost::serialization::access