1 |
ksteube |
1316 |
% |
2 |
jgs |
82 |
% $Id$ |
3 |
gross |
625 |
% |
4 |
ksteube |
1316 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
5 |
gross |
625 |
% |
6 |
ksteube |
1316 |
% Copyright 2003-2007 by ACceSS MNRF |
7 |
|
|
% Copyright 2007 by University of Queensland |
8 |
|
|
% |
9 |
|
|
% http://esscc.uq.edu.au |
10 |
|
|
% Primary Business: Queensland, Australia |
11 |
|
|
% Licensed under the Open Software License version 3.0 |
12 |
|
|
% http://www.opensource.org/licenses/osl-3.0.php |
13 |
|
|
% |
14 |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
15 |
|
|
% |
16 |
|
|
|
17 |
jgs |
82 |
\documentclass{manual} |
18 |
|
|
|
19 |
|
|
% grab the handy definitions and \usepackage statements etc |
20 |
|
|
\input{guide_defs} |
21 |
|
|
|
22 |
|
|
% title, author, etc stuff |
23 |
ksteube |
1316 |
\title{\esys Users Guide: Solving Partial Differential Equations With Escript and Finley} |
24 |
jgs |
82 |
|
25 |
jgs |
107 |
\author{Lutz Gross et. al.(Editor)} |
26 |
jgs |
82 |
\authoraddress{ |
27 |
|
|
Earth Systems Science Computational Centre (ESSCC) \\ |
28 |
|
|
The University of Queensland \\ |
29 |
ksteube |
1316 |
Brisbane, Australia \\ |
30 |
jgs |
82 |
Email: \email{esys@access.edu.au} |
31 |
|
|
} |
32 |
|
|
\date{\today} |
33 |
gross |
722 |
\release{$Revision$} |
34 |
gross |
625 |
\setreleaseinfo{Beta} |
35 |
jgs |
82 |
\setshortversion{} |
36 |
|
|
|
37 |
|
|
\makeindex |
38 |
|
|
|
39 |
|
|
% the actual start of the document |
40 |
|
|
\begin{document} |
41 |
|
|
|
42 |
|
|
\maketitle |
43 |
|
|
|
44 |
|
|
\input{copyrights} |
45 |
|
|
|
46 |
|
|
\begin{abstract} |
47 |
ksteube |
1316 |
\escript is a python-based environment for implementing mathematical models, in particular those based on coupled, non-linear, time-dependent partial differential equations. |
48 |
gross |
722 |
|
49 |
|
|
It consists of four major components |
50 |
|
|
\begin{itemize} |
51 |
gross |
999 |
\item \escript core library |
52 |
ksteube |
1316 |
\item finite element solver \finley (which uses fast vendor-supplied solvers or our paso linear solver library) |
53 |
gross |
999 |
\item the meshing interface \pycad |
54 |
ksteube |
1316 |
\item VTK visualization interface \pyvisi |
55 |
gross |
722 |
\item model library modellib |
56 |
|
|
\end{itemize} |
57 |
ksteube |
1316 |
The current version supports parallelization through both MPI for distributed memory and OpenMP for distributed shared memory. |
58 |
jgs |
82 |
\end{abstract} |
59 |
|
|
|
60 |
|
|
\tableofcontents |
61 |
|
|
|
62 |
gross |
565 |
\input{Installation} |
63 |
jgs |
121 |
\input{TutorialPDE} |
64 |
jgs |
82 |
|
65 |
gross |
565 |
|
66 |
jgs |
82 |
\input{escript} |
67 |
gross |
653 |
\input{linearPDE} |
68 |
gross |
999 |
|
69 |
|
|
\input{pycad} |
70 |
|
|
|
71 |
|
|
\input{pyvisi} |
72 |
|
|
|
73 |
gross |
568 |
\input{finley} |
74 |
bcumming |
790 |
% \input{MPI} |
75 |
gross |
568 |
|
76 |
jgs |
121 |
\input{modelframe} |
77 |
jgs |
102 |
%\input{bruce} |
78 |
jgs |
82 |
|
79 |
lgraham |
1700 |
\input{Models} |
80 |
|
|
|
81 |
|
|
\input{appendix} |
82 |
|
|
|
83 |
jgs |
82 |
\makemodindex |
84 |
|
|
|
85 |
|
|
\printindex |
86 |
|
|
%\input{guide.ind} |
87 |
|
|
|
88 |
jgs |
102 |
\bibliographystyle{plain} |
89 |
|
|
\bibliography{esys} |
90 |
|
|
|
91 |
jgs |
82 |
\end{document} |