Skip to content
Snippets Groups Projects
Commit 361cd7b9 authored by Andreas Lauser's avatar Andreas Lauser
Browse files

remove property NewtonLinearSolverVerbosity

was not used anyway...

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6468 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 768518b7
No related branches found
No related tags found
No related merge requests found
...@@ -46,9 +46,6 @@ NEW_PROP_TAG(LinearSolver); ...@@ -46,9 +46,6 @@ NEW_PROP_TAG(LinearSolver);
* convergence rate of every iteration of the scheme. * convergence rate of every iteration of the scheme.
*/ */
NEW_PROP_TAG(LSVerbosity); NEW_PROP_TAG(LSVerbosity);
//! the outdated name
NEW_PROP_TAG(NewtonLinearSolverVerbosity);
//! target reduction of the initial residual //! target reduction of the initial residual
NEW_PROP_TAG(LSResidualReduction); NEW_PROP_TAG(LSResidualReduction);
...@@ -74,14 +71,9 @@ NEW_PROP_TAG(GMResRestart); ...@@ -74,14 +71,9 @@ NEW_PROP_TAG(GMResRestart);
*/ */
NEW_PROP_TAG(LSBlockSize); NEW_PROP_TAG(LSBlockSize);
//! do not print anything by default
SET_PROP_DEFAULT(NewtonLinearSolverVerbosity)
{public:
static constexpr int value = 0;
};
SET_PROP_DEFAULT(LSVerbosity) SET_PROP_DEFAULT(LSVerbosity)
{public: {public:
static constexpr int value = GET_PROP_VALUE(TypeTag, PTAG(NewtonLinearSolverVerbosity)); static constexpr int value = 0;
}; };
//! set the preconditioner relaxation parameter to 1.0 by default //! set the preconditioner relaxation parameter to 1.0 by default
......
...@@ -75,9 +75,6 @@ SET_PROP(InjectionProblem, ...@@ -75,9 +75,6 @@ SET_PROP(InjectionProblem,
// Enable gravity // Enable gravity
SET_BOOL_PROP(InjectionProblem, EnableGravity, true); SET_BOOL_PROP(InjectionProblem, EnableGravity, true);
// Enable gravity
SET_INT_PROP(InjectionProblem, NewtonLinearSolverVerbosity, 0);
SET_BOOL_PROP(InjectionProblem, EnableJacobianRecycling, true); SET_BOOL_PROP(InjectionProblem, EnableJacobianRecycling, true);
SET_BOOL_PROP(InjectionProblem, EnablePartialReassemble, true); SET_BOOL_PROP(InjectionProblem, EnablePartialReassemble, true);
} }
......
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