pfe/rapport/slides.tex

273 lines
6.1 KiB
TeX
Raw Permalink 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}
\usepackage[french]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{csquotes}
\usepackage[backend=biber]{biblatex}
\addbibresource{slides.bib}
\usetheme{JuanLesPins}
\beamertemplatenavigationsymbolsempty
\setbeamertemplate{footline}[frame number]
\makeatletter
\newlength\graphwidth
\setlength\graphwidth{10.5cm}
\newlength\graphheight
\setlength\graphheight{5.5cm}
\makeatother
\title{Génération de maillages anisotropes}
\author{Jérémy André, Cyril Colin, Christine Cozzolino}
\institute{Aix-Marseille Université} \date{\today}
\titlegraphic{\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{figure}
\begin{tabular}{cc}
\includegraphics[width=4.5cm]{img/cow-00.png} &
\includegraphics[width=4.5cm]{img/cow-03.png} \\
\includegraphics[width=4.5cm]{img/cow-06.png} &
\includegraphics[width=4.5cm]{img/cow-09.png} \\
\end{tabular}
\caption{Différentes coupes du maillage volumique d'une vache}
\end{figure}
\end{frame}
\begin{frame}{Anisotropie}
\centering
\begin{figure}
\includegraphics[height=\graphheight]{img/plasma.png}
\caption{Plasma dans un réacteur à fusion nucléaire \cite{plasma}}
\end{figure}
\end{frame}
\begin{frame}{Anisotropie}
\centering
\begin{figure}
\begin{tabular}{cc}
\includegraphics[width=4.5cm]{img/isotropique.png} &
\includegraphics[width=4.5cm]{img/anisotropique.png}
\end{tabular}
\caption{À gauche : plan isotropique. À droite : plan anisotropique circulaire.}
\end{figure}
\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 \cite{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é.
\end{frame}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}[plain]{}
\hspace*{-12mm}
\includegraphics[width=\paperwidth]{img/explosion.png}
\end{frame}
\title{Approximation et amélioration de la qualité des maillages tétrahédriques}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\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}
\centering
\begin{figure}
\includegraphics[height=\graphheight]{img/pipeline2.png}
\caption{Chaîne de traitement de notre approche}
\end{figure}
\end{frame}
\subsection{Pré-traitement}
\begin{frame}
\begin{itemize}
\item Suppression des cellules externes
\item Détection des points de surface
\end{itemize}
\end{frame}
\begin{frame}
\centering
\begin{figure}
\includegraphics[height=\graphheight]{img/point_in_polygon.png}
\caption{Point-dans-polygone}
\end{figure}
\end{frame}
\begin{frame}{Suppression des cellules externes}
\centering
\begin{figure}
\includegraphics[width=\graphwidth]{img/remove_external.png}
\caption{Cellules supprimées}
\end{figure}
\end{frame}
\begin{frame}
\centering
\begin{figure}
\includegraphics[width=\graphwidth]{img/surface_points.png}
\caption{Détection des points de surface}
\end{figure}
\end{frame}
\subsection{Projection des points}
\begin{frame}{Recherche des points les plus proches}
\centering
\begin{figure}
\includegraphics[height=\graphheight]{img/project_triangle_schema.png}
\caption{Méthode de recherche du point le plus proche}
\end{figure}
\end{frame}
\begin{frame}
\centering
\begin{figure}
\includegraphics[width=\graphwidth]{img/project.png}
\caption{Vache après projection des points}
\end{figure}
\end{frame}
\subsection{« Modification proportionelle »}
\begin{frame}{Sans}
\centering
\includegraphics[height=\graphheight]{img/project_clip_no_displace.png}
\end{frame}
\begin{frame}{Avec}
\centering
\includegraphics[height=\graphheight]{img/project_clip_displace.png}
\end{frame}
\begin{frame}{Rayon d'influence}
\centering
\includegraphics[width=\graphwidth]{img/influence-rayon-0-3.png}
\end{frame}
\begin{frame}{Rayon d'influence}
\centering
\includegraphics[width=\graphwidth]{img/influence-rayon-5-20.png}
\end{frame}
\subsection{Relaxation}
\begin{frame}
\centering
\includegraphics[width=\graphwidth]{img/influence-relaxation.png}
\end{frame}
\section{Implémentation}
\begin{frame}
\centering
Bibliothèque de Kitware sous license libre pour la manipulation de
données scientifiques 3D.
\end{frame}
\begin{frame}{VTK}
\centering
\includegraphics[width=\graphwidth]{img/vtk-unstructuredgrid-0.png}
\end{frame}
\begin{frame}{VTK}
\centering
\includegraphics[width=\graphwidth]{img/vtk-unstructuredgrid-1.png}
\end{frame}
\begin{frame}{VTK}
\centering
\includegraphics[width=\graphwidth]{img/vtk-unstructuredgrid-2.png}
\end{frame}
\begin{frame}{VTK}
\centering
\includegraphics[width=\graphwidth]{img/vtk-unstructuredgrid-3.png}
\end{frame}
\begin{frame}{Paraview}
\centering
\begin{figure}
\includegraphics[height=5cm]{img/paraview.png}
\caption{Capture d'écran de Paraview}
\end{figure}
\end{frame}
\section{Résultats}
\subsection{Cas dégénéré}
\begin{frame}
\centering
\includegraphics[width=\graphwidth]{img/cas-échec.png}
\end{frame}
\begin{frame}
\centering
\includegraphics[width=\graphwidth]{img/cas-échec-2.png}
\end{frame}
\begin{frame}
\printbibliography
\end{frame}
\end{document}