36#include "NoNumericalMethod.hpp"
38template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
44template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
49template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
55template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
58 if (useAdaptiveTimestep)
60 EXCEPTION(
"NoNumericalMethod never throws a StepSizeException, so adaptive timestepping "
61 "would have no effect. This is not currently supported.");
65template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
68 this->mpCellPopulation->UpdateNodeLocations(dt);
71template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
#define EXCEPTION(message)
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
virtual void OutputNumericalMethodParameters(out_stream &rParamsFile)
virtual void OutputNumericalMethodParameters(out_stream &rParamsFile)
void UpdateAllNodePositions(double dt)
virtual void SetUseAdaptiveTimestep(bool useAdaptiveTimestep)
virtual ~NoNumericalMethod()
virtual bool DelegatesToPopulation()