'Save nothing' subclass of Solution History, this is the default.
virtual ~NoSolutionHistory()
Destructor.
virtual void retrieve() override
Virtual function retrieve which we will be overriding.
A SolutionHistory class that enables the storage and retrieval of timesteps and (in the future) adapt...
virtual void store() override
Virtual function store which we will be overriding.
virtual std::unique_ptr< SolutionHistory > clone() const override
Definition of the clone function needed for the setter function.