36 #ifndef FORWARDEULERNUMERICALMETHOD_HPP_
37 #define FORWARDEULERNUMERICALMETHOD_HPP_
40 #include <boost/serialization/base_object.hpp>
42 #include "AbstractNumericalMethod.hpp"
52 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM=ELEMENT_DIM>
66 template<
class Archive>
67 void serialize(Archive & archive,
const unsigned int version)
69 archive & boost::serialization::base_object<AbstractNumericalMethod<ELEMENT_DIM,SPACE_DIM> >(*this);
ForwardEulerNumericalMethod()
void UpdateAllNodePositions(double dt)
virtual void OutputNumericalMethodParameters(out_stream &rParamsFile)
friend class boost::serialization::access
void serialize(Archive &archive, const unsigned int version)
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
gcov doesn't like this file...
virtual ~ForwardEulerNumericalMethod()