%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Format taken from anuga_user_manual.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Complete documentation on the extended LaTeX markup used for Python % documentation is available in ``Documenting Python'', which is part % of the standard documentation for Python. It may be found online % at: % % http://www.python.org/doc/current/doc/doc.html %labels %Sections and subsections \label{sec: } %Chapters \label{ch: } %Equations \label{eq: } %Figures \label{fig: } \documentclass{manual} \usepackage{url} \usepackage{graphicx} %\input{definitions} \title{Report on the Parallelisation of ANUGA} \author{Linda Stals and Jack Kelly} % Please at least include a long-lived email address; % the rest is at your discretion. \authoraddress{Linda Stals \\ Email: \email{stals@maths.anu.edu.au}} %Draft date \date{\today} % update before release! % Use an explicit date so that reformatting % doesn't cause a new date to be used. Setting % the date to \today can be used during draft % stages to make it easier to handle versions. \release{1.0} % release version; this is used to define the % \version macro \makeindex % tell \index to actually write the .idx file \makemodindex % If this contains a lot of module sections. \setcounter{tocdepth}{3} \setcounter{secnumdepth}{3} \includeonly{parallel} \begin{document} \maketitle \begin{abstract} \end{abstract} \tableofcontents \include{parallel} \include{results} \include{visualisation} \begin{thebibliography}{10} \bibitem{gk:metis} George Karypis and Vipin Kumar. \newblock A fast and high quality multilevel scheme for partitioning irregular graphs. \newblock {\em SIAM Journal on Scientific Computing}, 20(1):359--392, 1999. \newblock \url{http://www-users.cs.umn.edu/~karypis/publications/Papers/PDF/mlevel\_serial.pdf} \end{thebibliography} \end{document}