diff --git a/.gitignore b/.gitignore index ab8aca0..109499c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,7 @@ CmakeSettings.json *.log *.lbl rapport/*.pdf +*.toc +*.snm +*.out +*.nav diff --git a/rapport/img/anisotropique.png b/rapport/img/anisotropique.png new file mode 100644 index 0000000..c9c8e8a Binary files /dev/null and b/rapport/img/anisotropique.png differ diff --git a/rapport/img/cow-00.png b/rapport/img/cow-00.png new file mode 100644 index 0000000..e0537c9 Binary files /dev/null and b/rapport/img/cow-00.png differ diff --git a/rapport/img/cow-01.png b/rapport/img/cow-01.png new file mode 100644 index 0000000..010b5e8 Binary files /dev/null and b/rapport/img/cow-01.png differ diff --git a/rapport/img/cow-02.png b/rapport/img/cow-02.png new file mode 100644 index 0000000..a2abbc9 Binary files /dev/null and b/rapport/img/cow-02.png differ diff --git a/rapport/img/cow-03.png b/rapport/img/cow-03.png new file mode 100644 index 0000000..4788e11 Binary files /dev/null and b/rapport/img/cow-03.png differ diff --git a/rapport/img/cow-04.png b/rapport/img/cow-04.png new file mode 100644 index 0000000..2a92eec Binary files /dev/null and b/rapport/img/cow-04.png differ diff --git a/rapport/img/cow-05.png b/rapport/img/cow-05.png new file mode 100644 index 0000000..82e740d Binary files /dev/null and b/rapport/img/cow-05.png differ diff --git a/rapport/img/cow-06.png b/rapport/img/cow-06.png new file mode 100644 index 0000000..20a17a9 Binary files /dev/null and b/rapport/img/cow-06.png differ diff --git a/rapport/img/cow-07.png b/rapport/img/cow-07.png new file mode 100644 index 0000000..accbcac Binary files /dev/null and b/rapport/img/cow-07.png differ diff --git a/rapport/img/cow-08.png b/rapport/img/cow-08.png new file mode 100644 index 0000000..e2611b0 Binary files /dev/null and b/rapport/img/cow-08.png differ diff --git a/rapport/img/cow-09.png b/rapport/img/cow-09.png new file mode 100644 index 0000000..141afc4 Binary files /dev/null and b/rapport/img/cow-09.png differ diff --git a/rapport/img/cow-10.png b/rapport/img/cow-10.png new file mode 100644 index 0000000..6c70803 Binary files /dev/null and b/rapport/img/cow-10.png differ diff --git a/rapport/img/cow-11.png b/rapport/img/cow-11.png new file mode 100644 index 0000000..c932ad4 Binary files /dev/null and b/rapport/img/cow-11.png differ diff --git a/rapport/img/cow-12.png b/rapport/img/cow-12.png new file mode 100644 index 0000000..7a19abb Binary files /dev/null and b/rapport/img/cow-12.png differ diff --git a/rapport/img/isotropique.png b/rapport/img/isotropique.png new file mode 100644 index 0000000..2c4b21e Binary files /dev/null and b/rapport/img/isotropique.png differ diff --git a/rapport/img/logo-gig.png b/rapport/img/logo-gig.png new file mode 100644 index 0000000..b8d9bc0 Binary files /dev/null and b/rapport/img/logo-gig.png differ diff --git a/rapport/img/plasma.png b/rapport/img/plasma.png new file mode 100644 index 0000000..6e17533 Binary files /dev/null and b/rapport/img/plasma.png differ diff --git a/rapport/img/symmetry-plane.png b/rapport/img/symmetry-plane.png new file mode 100644 index 0000000..13ee087 Binary files /dev/null and b/rapport/img/symmetry-plane.png differ diff --git a/rapport/slides.tex b/rapport/slides.tex new file mode 100644 index 0000000..a3043f0 --- /dev/null +++ b/rapport/slides.tex @@ -0,0 +1,78 @@ +\documentclass{beamer} + +\usetheme{JuanLesPins} + +\usepackage[french]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} + +\title{Approximation et amélioration de la qualité des maillages tétrahédriques} +\author{Jérémy André, Cyril Colin, Christine Cozzolino} +\institute{Aix-Marseille Université} \date{\today} +\logo{\includegraphics[width=2.5cm]{img/logo-gig.png}} + +\begin{document} + +\begin{frame} + \titlepage +\end{frame} + +\begin{frame}{Plan} + \tableofcontents[hideallsubsections] +\end{frame} + +\AtBeginSection[] { + \begin{frame}{Plan} + \tableofcontents[currentsection] + \end{frame} +} + +\section{Présentation du sujet} + +\begin{frame}{Maillages volumiques} + \centering + \begin{tabular}{cc} + \includegraphics[width=5cm]{img/cow-00.png} & + \includegraphics[width=5cm]{img/cow-03.png} \\ + \includegraphics[width=5cm]{img/cow-06.png} & + \includegraphics[width=5cm]{img/cow-09.png} \\ + \end{tabular} +\end{frame} + +\begin{frame}{Anisotropie} + \centering + \includegraphics{img/plasma.png} +\end{frame} + +\begin{frame}{Anisotropie} + \centering + \begin{tabular}{cc} + \includegraphics[width=5cm]{img/isotropique.png} & + \includegraphics[width=5cm]{img/anisotropique.png} + \end{tabular} +\end{frame} + +\begin{frame}{Applications} + \begin{figure}[htb] + \includegraphics[width=9cm]{img/symmetry-plane.png} + \caption{\label{fig:inria-gamma} Image issue du projet GAMMA d'Inria \url{https://team.inria.fr/gamma/}} + \end{figure} +\end{frame} + + +\section{Présentation de la thèse de Rouxel-Labbé} + + +\section{Redéfinition du sujet} + + +\section{Présentation de notre méthode} + + +\section{Implémentation} + + +\section{Résultats} + + +\end{document}