*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 96bc25e5 authored by Bringmann, Philipp's avatar Bringmann, Philipp
Browse files

Remove comment

parent 7edc800e
No related branches found
No related tags found
No related merge requests found
......@@ -64,9 +64,6 @@ classdef OptimalVcycleMultigridSolver < IterativeSolver
% initialize residual & hierarchy
obj.residual = b - obj.A * obj.x;
obj.lhsNorm = vecnorm(b, 2, Dim.Vector);
% TODO this does not belong here!
% [obj.Cresidual, obj.algEstimator] = obj.Vcycle(obj.residual);
% obj.residualCNorm = sqrt(dot(obj.residual, obj.Cresidual, Dim.Vector));
obj.Cresidual = zeros(size(obj.residual));
obj.algEstimator = Inf;
obj.residualCNorm = Inf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment