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