From: ali Date: Thu, 4 Dec 2014 17:47:03 +0000 (+0100) Subject: First draft X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/ThesisAli.git/commitdiff_plain/6affbfc29871bae4b2d4c86f66e39ea4f11f02f9?ds=inline First draft --- diff --git a/Thesis.tex b/Thesis.tex index 4fbcf4a..0ed6750 100644 --- a/Thesis.tex +++ b/Thesis.tex @@ -1,2 +1,74 @@ -azeazeaz +%% ENTETE +\input{entete} + +%-------------------- +%% The content of the PhD thesis +\begin{document} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Sommaire +\tableofcontents +\addcontentsline{toc}{chapter}{Table of Contents} + +%% Liste des figures +\listoffigures +\addcontentsline{toc}{chapter}{List of Figures} + +%% Liste des tableaux +\listoftables +\addcontentsline{toc}{chapter}{List of Tables} + +%% Liste des algorithmes +\listofalgorithms +\addcontentsline{toc}{chapter}{List of Algorithms} +\setlength{\parindent}{0.5cm} +%% Remerciements +%\include{REMERCIEMENTS} + +%% Citation +%\include{CITATION} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%% Introduction générale +%\include{INTRODUCTION} + +\part{Scientific Background} +%% Architectures de calcul parallèle + +% set the page numbers to be arabic, starting at page 1 % +\setcounter{page}{1} +\pagenumbering{arabic} + +\include{CHAPITRE_01} + +\include{CHAPITRE_02} + +\part{Contributions} +%% Mise en oeuvre de solveurs linéaires creux sur des grappes GPU +%\include{CHAPITRE_03} + +%% Mise en oeuvre de solveurs non linéaires creux des problèmes obstacles sur des grappes GPU +%\include{CHAPITRE_04} + +%% Méthodes parallèles à deux niveaux +%\include{CHAPITRE_05} +\part{Conclusions and Perspectives} +%% Conclusion et perspectives +%\include{CONCLUSION} + +\setlength{\parindent}{0cm} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Publications +%\include{PUBLICATIONS} + +%% Bibliographie +\bibliographystyle{plain} +\bibliography{bib} +\addcontentsline{toc}{part}{Bibliographie} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document}