36#ifndef CRYPTSIMULATIONBOUNDARYCONDITION_HPP_
37#define CRYPTSIMULATIONBOUNDARYCONDITION_HPP_
39#include "AbstractCellPopulationBoundaryCondition.hpp"
42#include <boost/serialization/base_object.hpp>
43#include <boost/serialization/vector.hpp>
69 template<
class Archive>
70 void serialize(Archive & archive,
const unsigned int version)
72 archive & boost::serialization::base_object<AbstractCellPopulationBoundaryCondition<DIM> >(*this);
127namespace serialization
132template<
class Archive,
unsigned DIM>
133inline void save_construct_data(
138 ar << p_cell_population;
144template<
class Archive,
unsigned DIM>
145inline void load_construct_data(
150 ar >> p_cell_population;
gcov doesn't like this file...
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
bool mUseJiggledBottomCells
bool VerifyBoundaryCondition()
void SetUseJiggledBottomCells(bool useJiggledBottomCells)
void OutputCellPopulationBoundaryConditionParameters(out_stream &rParamsFile)
friend class boost::serialization::access
void ImposeBoundaryCondition(const std::map< Node< DIM > *, c_vector< double, DIM > > &rOldLocations)
bool GetUseJiggledBottomCells()
void serialize(Archive &archive, const unsigned int version)