\documentclass[12pt]{article}

\usepackage{graphicx}

\textwidth   5.5in
\textheight  8.5in

\topmargin     0in
\oddsidemargin 0in

\renewcommand\textfraction{0.01}

\begin{document}
\subsection*{Reflecting Brownian motion in a unit 3D ball}

\vspace*{0.3in}

\begin{figure}[bh]
\begin{center}
\includegraphics[width=0.7\textwidth]{reflected_ref.eps}
\end{center}
\caption{MLMC using reflection scheme at boundary}
\end{figure}

\begin{figure}
\begin{center}
\includegraphics[width=0.7\textwidth]{reflected_proj.eps}
\end{center}
\caption{MLMC using projection at boundary}
\end{figure}

\begin{figure}
\begin{center}
\includegraphics[width=0.7\textwidth]{reflected_pen.eps}
\end{center}
\caption{MLMC using penalisation at boundary}
\end{figure}

\end{document}
