Skip to content
Snippets Groups Projects
Commit 45e29f63 authored by Peter Bastian's avatar Peter Bastian
Browse files

nicefication

[[Imported from SVN: r429]]
parent 798ac66b
Branches
Tags
No related merge requests found
......@@ -496,7 +496,7 @@ namespace Dune {
{
// minimize in given search direction p
_op.apply(p,q); // q=Ap
alpha = _sp.dot(q,p); // scalar product
alpha = _sp.dot(p,q); // scalar product
lambda = rholast/alpha; // minimization
x.axpy(lambda,p); // update solution
b.axpy(-lambda,q); // update defect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment