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"
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);
121namespace serialization
126template<
class Archive,
unsigned DIM>
127inline void save_construct_data(
132 ar & p_cell_population;
138template<
class Archive,
unsigned DIM>
139inline void load_construct_data(
144 ar >> p_cell_population;
gcov doesn't like this file...
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
NodeBasedCellPopulation< DIM > * mpStaticCastCellPopulation
void serialize(Archive &archive, const unsigned int version)
friend class boost::serialization::access
void SetupSourceTerms(TetrahedralMesh< DIM, DIM > &rCoarseMesh, std::map< CellPtr, unsigned > *pCellPdeElementMap=nullptr)