Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added bibtex entry for SolverMinRes reference. #13237

Merged
merged 1 commit into from
Jan 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions doc/doxygen/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -1675,3 +1675,12 @@ @article{Bercovier1979
title = {Error estimates for finite element method solution of the {S}tokes problem in the primitive variables},
journal = {Numerische Mathematik}
}

@MastersThesis{Battermann1996,
author = {Battermann, Astrid},
title = {Preconditioning of Karush--Kuhn--Tucker Systems arising in Optimal Control Problems},
school = {Virginia Tech},
year = {1996},
month = jun,
url = {http://hdl.handle.net/10919/9579}
}
5 changes: 2 additions & 3 deletions include/deal.II/lac/solver_minres.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ DEAL_II_NAMESPACE_OPEN
*
* The preconditioner has to be positive definite and symmetric
*
* The algorithm is taken from the Master thesis of Astrid Battermann with
* some changes. The full text can be found at
* http://scholar.lib.vt.edu/theses/public/etd-12164379662151/etd-title.html
* The algorithm is taken from the Master thesis of Astrid Battermann
* @cite Battermann1996 with some changes.
*
*
* <h3>Observing the progress of linear solver iterations</h3>
Expand Down