Skip to content
Snippets Groups Projects
Commit 5fab9c59 authored by Tom Fischer's avatar Tom Fischer
Browse files

[NL/ODESolver] enum for linear solver behaviour specification

parent 23dd6660
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,14 @@ ...@@ -15,6 +15,14 @@
namespace NumLib namespace NumLib
{ {
enum class LinearSolverBehaviour : int
{
RECOMPUTE,
RECOMPUTE_AND_STORE,
REUSE
};
//! \addtogroup ODESolver //! \addtogroup ODESolver
//! @{ //! @{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment