124 lines
2.5 KiB
TeX
124 lines
2.5 KiB
TeX
\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}{Projection des points}
|
||
\end{frame}
|
||
|
||
\begin{frame}{« Modification proportionelle »}
|
||
\end{frame}
|
||
|
||
\begin{frame}{Relaxation}
|
||
\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}
|