Skip to content

Reduce raw pointer

akbib requested to merge reduce_raw_pointer into master

I replaced the raw pointer members Multigrid::baseSolver_, IterativeSolver::errorNorm_ and IterativeSolver::iterationStep_ by shared pointers and added getters and setters when needed. This will break the code of people that are directly accessing these public members.

Merge request reports