Skip to content

Commit

Permalink
Document relaxation methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Dec 21, 2020
1 parent 7b9350f commit b578987
Show file tree
Hide file tree
Showing 2 changed files with 350 additions and 11 deletions.
7 changes: 5 additions & 2 deletions docs/bibliography.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ Bibliography
============

.. [Adam98] Adams, Mark. "A parallel maximal independent set algorithm", in Proceedings 5th copper mountain conference on iterative methods, 1998.
.. [ABHT03] Adams, M., Brezina, M., Hu, J., & Tuminaro, R. (2003). `Parallel multigrid smoothing: polynomial versus Gauss–Seidel <https://doi.org/10.1016/S0021-9991(03)00194-3>`_. Journal of Computational Physics, 188(2), 593-610.
.. [Alex00] A. Alexandrescu, Modern C++ design: generic programming and design patterns applied, AddisonWesley, 2001.
.. [AnCD15] Anzt, Hartwig, Edmond Chow, and Jack Dongarra. `Iterative sparse triangular solves for preconditioning <https://doi.org/10.1007/978-3-662-48096-0_50>`_. European Conference on Parallel Processing. Springer Berlin Heidelberg, 2015.
.. [BaJM05] Baker, A. H., Jessup, E. R., & Manteuffel, T. (2005). `A technique for accelerating the convergence of restarted GMRES <https://doi.org/10.1137/S0895479803422014>`_. SIAM Journal on Matrix Analysis and Applications, 26(4), 962-984.
.. [Barr94] Barrett, Richard, et al. Templates for the solution of linear systems: building blocks for iterative methods. Vol. 43. Siam, 1994.
.. [BeGL05] Benzi, Michele, Gene H. Golub, and Jörg Liesen. `Numerical solution of saddle point problems <https://doi.org/10.1017/S0962492904000212>`_. Acta numerica 14 (2005): 1-137.
.. [BrGr02] Bröker, Oliver, and Marcus J. Grote. `Sparse approximate inverse smoothers for geometric and algebraic multigrid <https://doi.org/10.1016/S0168-9274(01)00110-6>`_. Applied numerical mathematics 41.1 (2002): 61-80.
.. [BrMH85] Brandt, A., McCormick, S., & Huge, J. (1985). Algebraic multigrid (AMG) for sparse matrix equations. Sparsity and its Applications, 257.
.. [BrCC15] Brown, Geoffrey L., David A. Collins, and Zhangxin Chen. "Efficient preconditioning for algebraic multigrid and red-black ordering in adaptive-implicit black-oil simulations." SPE Reservoir Simulation Symposium. Society of Petroleum Engineers, 2015.
.. [BrCC15] Brown, Geoffrey L., David A. Collins, and Zhangxin Chen. `Efficient preconditioning for algebraic multigrid and red-black ordering in adaptive-implicit black-oil simulations <https://doi.org/10.2118/173231-MS>`_. SPE Reservoir Simulation Symposium. Society of Petroleum Engineers, 2015.
.. [CaGP73] Caretto, L. S., et al. `Two calculation procedures for steady, three-dimensional flows with recirculation <https://doi.org/10.1007/BFb0112677>`_. Proceedings of the third international conference on numerical methods in fluid mechanics. Springer Berlin Heidelberg, 1973.
.. [ChPa15] Chow, Edmond, and Aftab Patel. `Fine-grained parallel incomplete LU factorization <https://doi.org/10.1137/140968896>`_. SIAM journal on Scientific Computing 37.2 (2015): C169-C193.
.. [DeSh12] Demidov, D. E., and Shevchenko, D. V. `Modification of algebraic multigrid for effective GPGPU-based solution of nonstationary hydrodynamics problems <https://doi.org/10.1016/j.jocs.2012.08.008>`_. Journal of Computational Science 3.6 (2012): 460-462.
Expand All @@ -21,8 +22,10 @@ Bibliography
.. [GhKK12] P. Ghysels, P. Kłosiewicz, and W. Vanroose. `Improving the arithmetic intensity of multigrid with the help of polynomial smoothers <https://doi.org/10.1002/nla.1808>`_. Numer. Linear Algebra Appl. 2012;19:253-267.
.. [GiSo11] Van Gijzen, Martin B., and Peter Sonneveld. `Algorithm 913: An elegant IDR (s) variant that efficiently exploits biorthogonality properties <https://doi.org/10.1145/2049662.2049667>`_. ACM Transactions on Mathematical Software (TOMS) 38.1 (2011): 5.
.. [GmHJ15] Gmeiner, Björn, et al. `A quantitative performance study for Stokes solvers at the extreme scale <https://doi.org/10.1016/j.jocs.2016.06.006>`_. Journal of Computational Science 17 (2016): 509-521.
.. [Grie14] Gries, Sebastian, et al. "Preconditioning for efficiently applying algebraic multigrid in fully implicit reservoir simulations." SPE Journal 19.04 (2014): 726-736.
.. [Grie14] Gries, Sebastian, et al. `Preconditioning for efficiently applying algebraic multigrid in fully implicit reservoir simulations <https://doi.org/10.2118/163608-PA>`_. SPE Journal 19.04 (2014): 726-736.
.. [GrHu97] Grote, Marcus J., and Thomas Huckle. `Parallel preconditioning with sparse approximate inverses <https://doi.org/10.1137/S1064827594276552>`. SIAM Journal on Scientific Computing 18.3 (1997): 838-853.
.. [Meye05] S. Meyers, Effective C++: 55 specific ways to improve your programs and designs, Pearson Education, 2005.
.. [MiKu03] Mittal, R. C., and A. H. Al-Kurdi. `An efficient method for constructing an ILU preconditioner for solving large sparse nonsymmetric linear systems by the GMRES method <https://doi.org/10.1016/S0898-1221(03)00154-8>`_. Computers & Mathematics with applications 45.10-11 (2003): 1757-1772.
.. [Saad03] Saad, Yousef. Iterative methods for sparse linear systems. Siam, 2003.
.. [SaTu08] Sala, Marzio, and Raymond S. Tuminaro. `A new Petrov-Galerkin smoothed aggregation preconditioner for nonsymmetric linear systems <https://doi.org/10.1137/060659545>`_. SIAM Journal on Scientific Computing 31.1 (2008): 143-166.
.. [SlDi93] Sleijpen, Gerard LG, and Diederik R. Fokkema. "BiCGstab (l) for linear equations involving unsymmetric matrices with complex spectrum." Electronic Transactions on Numerical Analysis 1.11 (1993): 2000.
Expand Down

0 comments on commit b578987

Please sign in to comment.