36 #ifndef _CONSTBOUNDARYCONDITION_HPP_
37 #define _CONSTBOUNDARYCONDITION_HPP_
39 #include "AbstractBoundaryCondition.hpp"
41 #include <boost/serialization/base_object.hpp>
46 template<
unsigned SPACE_DIM>
59 template<
class Archive>
60 void serialize(Archive & archive,
const unsigned int version)
62 archive & boost::serialization::base_object<AbstractBoundaryCondition<SPACE_DIM> >(*this);
90 namespace serialization
93 template<
class Archive,
unsigned SPACE_DIM>
94 inline void save_construct_data(
107 template<
class Archive,
unsigned SPACE_DIM>
108 inline void load_construct_data(
119 #endif //_CONSTBOUNDARYCONDITION_HPP_
ConstBoundaryCondition(const double value)
friend class boost::serialization::access
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
void serialize(Archive &archive, const unsigned int version)
double GetValue(const ChastePoint< SPACE_DIM > &rX) const