Skip to content
Snippets Groups Projects
Commit 8a3cf685 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Added TODO to iterative solver monitor.

parent e97cba15
No related branches found
No related tags found
1 merge request!116Documentation for linear solvers and preconditioners
...@@ -115,6 +115,7 @@ class IterativeSolverMonitor : public SolverMonitor ...@@ -115,6 +115,7 @@ class IterativeSolverMonitor : public SolverMonitor
IndexType iterations, saved_iterations, iterations_before_refresh; IndexType iterations, saved_iterations, iterations_before_refresh;
// TODO: move verbose to SolverMonitor
IndexType verbose; IndexType verbose;
IndexType nodesPerIteration; IndexType nodesPerIteration;
......
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