Skip to content
Snippets Groups Projects
Commit 896fc7b4 authored by Elias Pipping's avatar Elias Pipping
Browse files

Initialise IterativeSolver::iterationStep_

parent 2b94953d
No related tags found
1 merge request!12WIP: Control LoopSolver entirely through criteria
Pipeline #
......@@ -60,7 +60,7 @@ namespace Dune {
void writeIterate(const VectorType& iterate, int iterationNumber) const;
//! The iteration step used by the algorithm
IterationStep<VectorType, BitVectorType>* iterationStep_;
IterationStep<VectorType, BitVectorType>* iterationStep_ = nullptr;
/** \brief The requested tolerance of the solver */
double tolerance_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment