23 |
|
|
24 |
\ifpdf |
\ifpdf |
25 |
\pdfinfo { |
\pdfinfo { |
26 |
/Author (Antony Hallam) |
/Author (Antony Hallam and Lutz Gross) |
27 |
/Title (escript COOKBOOK) |
/Title (escript COOKBOOK) |
28 |
/Keywords (escript, PDEs) |
/Keywords (escript, PDEs) |
29 |
} |
} |
30 |
\fi |
\fi |
31 |
|
|
32 |
\author{Antony Hallam} |
\author{Antony Hallam, Lutz Gross} |
33 |
\authoraddress{ |
\authoraddress{ |
34 |
Earth Systems Science Computational Centre (ESSCC) \\ |
Earth Systems Science Computational Centre (ESSCC) \\ |
35 |
School of Earth Sciences \\ |
School of Earth Sciences \\ |
46 |
\begin{document} |
\begin{document} |
47 |
|
|
48 |
\maketitle |
\maketitle |
49 |
\newpage |
|
50 |
|
\input{../../user/copyrights} |
51 |
|
|
52 |
|
\begin{abstract} |
53 |
|
\esc is a python-based environment for implementing mathematical models, in particular those based on coupled, non-linear, time-dependent partial differential equations. The intention of this cookbook is to give new \esc users a comprehensive introduction to the usage of \esc. Particular focus is put to application from the |
54 |
|
area of geophysics and geology but the introduction is suitable for users from other areas. |
55 |
|
\end{abstract} |
56 |
\tableofcontents |
\tableofcontents |
57 |
|
|
58 |
\newpage |
\newpage |
59 |
|
|
|
\chapter{Introduction} |
|
60 |
\input{intro} |
\input{intro} |
61 |
\input{quickstart} |
|
|
\input{escpybas} |
|
|
\input{einsteinETA} |
|
|
\input{PDEsintro} |
|
62 |
|
|
63 |
\chapter{Getting Started with Heat Diffusion} |
\chapter{Getting Started with Heat Diffusion} |
64 |
\input{onedheatdiff001} |
\input{onedheatdiff001} |