Skip to content

LinearizedProblem: use conjugate gradients to solve the linearized problem

Alejandro Sior requested to merge lin-cg into master

The purpose of this merge request is twofold:

  1. to replace the use of the steepest descent by the gradient descent in the linearized problem resolution
  2. to add relative norm of the residual as a stopping criterion of the algorithm; this stopping criterion is specifiable as arguments to LinearizedProblem::solveLinarizedProblem()

Merge request reports

Loading