libMesh
|
'Save nothing' subclass of Solution History, this is the default. More...
#include <no_solution_history.h>
Public Member Functions | |
NoSolutionHistory () | |
Constructor. More... | |
virtual | ~NoSolutionHistory () |
Destructor. More... | |
virtual void | store () override |
Virtual function store which we will be overriding. More... | |
virtual void | retrieve () override |
Virtual function retrieve which we will be overriding. More... | |
virtual std::unique_ptr< SolutionHistory > | clone () const override |
Definition of the clone function needed for the setter function. More... | |
void | set_overwrite_previously_stored (bool val) |
Turn on overwrite_previously_stored to overwrite any already-saved data encountered during subsequent store() calls. More... | |
Protected Attributes | |
bool | overwrite_previously_stored |
'Save nothing' subclass of Solution History, this is the default.
For storing and retrieving timestep data.
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().