From 18956ad6588c4d4035809466f3da0088916a3a74 Mon Sep 17 00:00:00 2001 From: couturie Date: Fri, 15 Jan 2016 17:03:01 +0100 Subject: [PATCH] new --- paper.tex | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/paper.tex b/paper.tex index d1ead14..d6dd2ff 100644 --- a/paper.tex +++ b/paper.tex @@ -789,13 +789,10 @@ implementation of Ehrlich-Aberth method. \item Initialization of Pu\; \item Initialization of the solution vector $Z^{0}$\; \item Allocate and copy initial data to the GPU global memory\; -\item k=0\; \item \While {$\Delta z_{max} > \epsilon$}{ -\item Let $\Delta z_{max}=0$\; \item $ kernel\_save(ZPrec,Z)$\; -\item k=k+1\; \item $ kernel\_update(Z,P,Pu)$\; -\item $kernel\_testConverge(\Delta z_{max},Z,ZPrec)$\; +\item $\Delta z_{max}=kernel\_testConverge(Z,ZPrec)$\; } \item Copy results from GPU memory to CPU memory\; -- 2.39.5