1 |
ahallam |
2411 |
|
2 |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
3 |
|
|
% |
4 |
|
|
% Copyright (c) 2003-2009 by University of Queensland |
5 |
|
|
% Earth Systems Science Computational Center (ESSCC) |
6 |
|
|
% http://www.uq.edu.au/esscc |
7 |
|
|
% |
8 |
|
|
% Primary Business: Queensland, Australia |
9 |
|
|
% Licensed under the Open Software License version 3.0 |
10 |
|
|
% http://www.opensource.org/licenses/osl-3.0.php |
11 |
|
|
% |
12 |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
13 |
|
|
|
14 |
|
|
\documentclass{manual} |
15 |
ahallam |
2495 |
%%% Table of contents to list down to subsections and no further |
16 |
|
|
\setcounter{tocdepth}{3} |
17 |
|
|
%%% Number down to subsubsections only |
18 |
|
|
\setcounter{secnumdepth}{3} |
19 |
ahallam |
2411 |
% grab the handy definitions and \usepackage statements etc |
20 |
|
|
\input{cookbook_defs} |
21 |
|
|
% title, author, etc stuff |
22 |
|
|
\title{The Escript COOKBOOK} |
23 |
|
|
|
24 |
|
|
\ifpdf |
25 |
|
|
\pdfinfo { |
26 |
|
|
/Author (Antony Hallam) |
27 |
|
|
/Title (escript COOKBOOK) |
28 |
|
|
/Keywords (escript, PDEs) |
29 |
|
|
} |
30 |
|
|
\fi |
31 |
|
|
|
32 |
|
|
\author{Antony Hallam} |
33 |
|
|
\authoraddress{ |
34 |
|
|
Earth Systems Science Computational Centre (ESSCC) \\ |
35 |
|
|
School of Earth Sciences \\ |
36 |
|
|
The University of Queensland \\ |
37 |
|
|
Brisbane, Australia \\ |
38 |
|
|
Email: \email{esys@esscc.uq.edu.au} |
39 |
|
|
} |
40 |
|
|
\date{\today} |
41 |
|
|
\release{Alpha} |
42 |
|
|
\setshortversion{} |
43 |
|
|
|
44 |
|
|
\makeindex |
45 |
|
|
|
46 |
|
|
\begin{document} |
47 |
|
|
|
48 |
|
|
\maketitle |
49 |
ahallam |
2495 |
\newpage |
50 |
ahallam |
2411 |
\tableofcontents |
51 |
|
|
|
52 |
ahallam |
2495 |
\newpage |
53 |
|
|
|
54 |
ahallam |
2411 |
\chapter{Introduction} |
55 |
|
|
\input{intro} |
56 |
|
|
\input{quickstart} |
57 |
ahallam |
2494 |
\input{escpybas} |
58 |
ahallam |
2411 |
\input{einsteinETA} |
59 |
|
|
\input{PDEsintro} |
60 |
|
|
|
61 |
|
|
\chapter{Getting Started with Heat Diffusion} |
62 |
|
|
\input{onedheatdiff001} |
63 |
|
|
\input{onedheatdiff002} |
64 |
|
|
\input{twodheatdiff001} |
65 |
ahallam |
2589 |
\input{steadystateheaddiff001} |
66 |
ahallam |
2411 |
|
67 |
|
|
% Moving into 2D and 3D wave propagations in next chapters. |
68 |
|
|
\chapter{Seismic Wave Propagation} |
69 |
|
|
\input{twodswp001} |
70 |
|
|
|
71 |
|
|
\end{document} |