36 #ifndef POTTSELEMENT_HPP_
37 #define POTTSELEMENT_HPP_
39 #include "MutableElement.hpp"
42 #include <boost/serialization/base_object.hpp>
54 template<
unsigned DIM>
72 template<
class Archive>
73 void serialize(Archive & archive,
const unsigned int version)
75 archive & boost::serialization::base_object<AbstractElement<DIM, DIM> >(*this);
void AddNode(Node< DIM > *pNode, const unsigned &rIndex=UINT_MAX)
PottsElement(unsigned index, const std::vector< Node< DIM > * > &rNodes)
void serialize(Archive &archive, const unsigned int version)
friend class boost::serialization::access