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