1 |
|
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 |
|
16 |
% grab the handy definitions and \usepackage statements etc |
17 |
\input{cookbook_defs} |
18 |
|
19 |
% title, author, etc stuff |
20 |
\title{The Escript COOKBOOK} |
21 |
|
22 |
\ifpdf |
23 |
\pdfinfo { |
24 |
/Author (Antony Hallam) |
25 |
/Title (escript COOKBOOK) |
26 |
/Keywords (escript, PDEs) |
27 |
} |
28 |
\fi |
29 |
|
30 |
\author{Antony Hallam} |
31 |
\authoraddress{ |
32 |
Earth Systems Science Computational Centre (ESSCC) \\ |
33 |
School of Earth Sciences \\ |
34 |
The University of Queensland \\ |
35 |
Brisbane, Australia \\ |
36 |
Email: \email{esys@esscc.uq.edu.au} |
37 |
} |
38 |
\date{\today} |
39 |
\release{Alpha} |
40 |
\setshortversion{} |
41 |
|
42 |
\makeindex |
43 |
|
44 |
\begin{document} |
45 |
|
46 |
\maketitle |
47 |
|
48 |
\tableofcontents |
49 |
|
50 |
\chapter{Introduction} |
51 |
\input{intro} |
52 |
\input{quickstart} |
53 |
\input{escpybas} |
54 |
\input{einsteinETA} |
55 |
\input{PDEsintro} |
56 |
|
57 |
|
58 |
\chapter{Getting Started with Heat Diffusion} |
59 |
\input{onedheatdiff001} |
60 |
\input{onedheatdiff002} |
61 |
\input{twodheatdiff001} |
62 |
|
63 |
% Moving into 2D and 3D wave propagations in next chapters. |
64 |
\chapter{Seismic Wave Propagation} |
65 |
\input{twodswp001} |
66 |
|
67 |
\end{document} |