pfe/rapport/slides.tex
2022-03-30 10:55:12 +02:00

137 lines
2.9 KiB
TeX
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\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{Thèse de Rouxel-Labbé}
\begin{frame}
\begin{itemize}
\item Excellente introduction et état de l'art
\item Plusieurs approches proposées
\item Des résultats en demi-teinte
\end{itemize}
\end{frame}
\section{Redéfinition du sujet}
\begin{frame}
Le sujet étant jugé trop complexe, notre encadrant nous guide vers
un sujet un peu simplifié.
\begin{block}{Nouveau sujet}
Adapter un maillage tétrahédrique simple existant au maillage
surfacique utilisé pour le générer, tout en préservant sa qualité.
\end{block}
\end{frame}
\section{Présentation de notre méthode}
\begin{frame}{Chaîne de traitement}
\centering
\includegraphics[height=7cm]{img/pipeline.png}
\end{frame}
\begin{frame}{Pré-traitement}
\begin{itemize}
\item Suppression des cellules externes
\item Détection des points de surface
\end{itemize}
\end{frame}
\begin{frame}{Projection des points}
\end{frame}
\begin{frame}{« Modification proportionelle »}
\includegraphics[width=9.3cm]{img/influence-rayon-0-3.png}
\end{frame}
\begin{frame}{« Modification proportionelle »}
\includegraphics[width=9.3cm]{img/influence-rayon-5-20.png}
\end{frame}
\begin{frame}{Relaxation}
\includegraphics[width=9.3cm]{img/influence-relaxation.png}
\end{frame}
\section{Implémentation}
\begin{frame}{VTK}
\end{frame}
\begin{frame}{Paraview}
\end{frame}
\section{Résultats}
\begin{frame}{Histogrammes}
\end{frame}
\begin{frame}{Cas dégénérés}
\end{frame}
\end{document}