For storing and retrieving timestep data. More...
#include <no_solution_history.h>
Public Member Functions | |
NoSolutionHistory () | |
virtual | ~NoSolutionHistory () |
virtual void | store () override |
virtual void | retrieve () override |
virtual std::unique_ptr< SolutionHistory > | clone () const override |
void | set_overwrite_previously_stored (bool val) |
Protected Attributes | |
bool | overwrite_previously_stored |
For storing and retrieving timestep data.
'Save nothing' subclass of Solution History, this is the default.
Definition at line 35 of file no_solution_history.h.
|
inline |
|
inlinevirtual |
|
inlineoverridevirtual |
Definition of the clone function needed for the setter function
Implements libMesh::SolutionHistory.
Definition at line 62 of file no_solution_history.h.
|
overridevirtual |
Virtual function retrieve which we will be overriding
Implements libMesh::SolutionHistory.
Definition at line 29 of file no_solution_history.C.
|
inlineinherited |
Turn on overwrite_previously_stored to overwrite any already-saved data encountered during subsequent store() calls
Definition at line 70 of file solution_history.h.
References libMesh::SolutionHistory::overwrite_previously_stored.
|
overridevirtual |
Virtual function store which we will be overriding
Implements libMesh::SolutionHistory.
Definition at line 24 of file no_solution_history.C.
|
protectedinherited |
Definition at line 77 of file solution_history.h.
Referenced by libMesh::SolutionHistory::set_overwrite_previously_stored(), and libMesh::MemorySolutionHistory::store().