From 124fbe31852f69cefa44e364e767c5e0e07ef670 Mon Sep 17 00:00:00 2001 From: raphael couturier Date: Thu, 9 Oct 2014 14:07:06 +0200 Subject: [PATCH] suite --- biblio.bib | 2 +- paper.tex | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/biblio.bib b/biblio.bib index 3462fe7..0e9f3ed 100644 --- a/biblio.bib +++ b/biblio.bib @@ -34,7 +34,7 @@ @article{Paige82, author = {Paige, Christopher C. and Saunders, Michael A.}, - title = {LSQR: An Algorithm for Sparse Linear Equations and Sparse Least Squares}, + title = {{LSQR:} An Algorithm for Sparse Linear Equations and Sparse Least Squares}, journal = {ACM Trans. Math. Softw.}, issue_date = {March 1982}, volume = {8}, diff --git a/paper.tex b/paper.tex index deff6f3..fb68702 100644 --- a/paper.tex +++ b/paper.tex @@ -816,7 +816,18 @@ torso3 & fgmres / sor & 37.70 & 565 & 34.97 & 510 \\ Larger experiments ....\\ -Describe the problems ex15 and ex54 +In the following we describe the applications of PETSc we have experimented. Those applications are available in the ksp part which is suited for scalable linear equations solvers: +\begin{itemize} +\item ex15 is an example which solves in parallel a 2D homogeneous + Laplacian. Thediagonal is equals to 4 and 4 extra-diagonals representing the + neighbors in each directions is equal to -1. This example is used in many + physical phenomena , for exemple, heat and fluid flow, wave propagation... +\item +\end{itemize} + + + + \begin{table*} \begin{center} -- 2.39.5