virtual void retrieve() override
Virtual function retrieve which we will be overriding to retrieve timesteps.
virtual void store() override
Virtual function store which we will be overriding to store timesteps.
bool overwrite_previously_stored
list_type::iterator stored_solutions_iterator
list_type stored_solutions
stored_solutions_iterator stored_sols
std::map< std::string, std::unique_ptr< NumericVector< Number > > > map_type
Typedef for Stored Solutions iterator, a list of pairs of the current system time,...