1 |
% $Id$ |
|
2 |
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
3 |
|
% |
4 |
|
% Copyright (c) 2003-2008 by University of Queensland |
5 |
|
% Earth Systems Science Computational Center (ESSCC) |
6 |
|
% http://www.uq.edu.au/esscc |
7 |
% |
% |
8 |
% Copyright © 2006 by ACcESS MNRF |
% Primary Business: Queensland, Australia |
9 |
% \url{http://www.access.edu.au |
% Licensed under the Open Software License version 3.0 |
10 |
% Primary Business: Queensland, Australia. |
% http://www.opensource.org/licenses/osl-3.0.php |
|
% Licensed under the Open Software License version 3.0 |
|
|
% http://www.opensource.org/licenses/osl-3.0.php |
|
11 |
% |
% |
12 |
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
13 |
|
|
14 |
|
|
15 |
\documentclass{manual} |
\documentclass{manual} |
16 |
|
|
17 |
% grab the handy definitions and \usepackage statements etc |
% grab the handy definitions and \usepackage statements etc |
18 |
\input{guide_defs} |
\input{guide_defs} |
19 |
|
|
20 |
% title, author, etc stuff |
% title, author, etc stuff |
21 |
\title{\escript Users Guide} |
\title{\module{esys} User's Guide:\\ Solving Partial Differential Equations\\ with Escript and Finley} |
22 |
|
|
23 |
|
\ifpdf |
24 |
|
\pdfinfo { |
25 |
|
/Author (Lutz Gross et al (Editor)) |
26 |
|
/Title (escript User's Guide) |
27 |
|
/Keywords (escript, PDEs) |
28 |
|
} |
29 |
|
\fi |
30 |
|
|
31 |
\author{Lutz Gross et. al.(Editor)} |
\author{Lutz Gross\etal~(Editor)} |
32 |
\authoraddress{ |
\authoraddress{ |
33 |
Earth Systems Science Computational Centre (ESSCC) \\ |
Earth Systems Science Computational Centre (ESSCC) \\ |
34 |
The University of Queensland \\ |
The University of Queensland \\ |
35 |
Australia \\ |
Brisbane, Australia \\ |
36 |
Email: \email{esys@access.edu.au} |
Email: \email{esys@esscc.uq.edu.au} |
37 |
} |
} |
38 |
\date{\today} |
\date{\today} |
39 |
\release{$Revision$} |
\release{Revision: \RepVersion} |
40 |
\setreleaseinfo{Beta} |
\setreleaseinfo{Beta} |
41 |
\setshortversion{} |
\setshortversion{} |
42 |
|
|
50 |
\input{copyrights} |
\input{copyrights} |
51 |
|
|
52 |
\begin{abstract} |
\begin{abstract} |
53 |
\escript is a python based environment for implementing mathematical models in particular those based on coupled, non-linear, time-dependend patial differential equation. |
\escript is a python-based environment for implementing mathematical models, in particular those based on coupled, non-linear, time-dependent partial differential equations. |
54 |
|
|
55 |
It consists of four major components |
It consists of four major components |
56 |
\begin{itemize} |
\begin{itemize} |
57 |
\item escript core library |
\item \escript core library |
58 |
\item finite element solver finley (including the linear solver library paso) |
\item finite element solver \finley (which uses fast vendor-supplied solvers or our paso linear solver library) |
59 |
|
\item the meshing interface \pycad |
60 |
|
\item VTK visualization interface \pyvisi |
61 |
\item model library modellib |
\item model library modellib |
|
\item visualization interface pyvisi |
|
62 |
\end{itemize} |
\end{itemize} |
63 |
The current version supports parallelization through OpenMP for distributed shared memory. |
The current version supports parallelization through both MPI for distributed memory and OpenMP for distributed shared memory. |
64 |
\end{abstract} |
\end{abstract} |
65 |
|
|
66 |
\tableofcontents |
\tableofcontents |
67 |
|
|
68 |
\input{Installation} |
\include{TutorialPDE} |
69 |
\input{TutorialPDE} |
\include{execute} |
70 |
|
|
71 |
|
\include{escript} |
72 |
|
\include{linearPDE} |
73 |
|
|
74 |
\input{escript} |
\include{pycad} |
75 |
\input{linearPDE} |
|
76 |
\input{finley} |
\include{pyvisi} |
77 |
|
|
78 |
|
\include{Models} |
79 |
|
|
80 |
|
\include{finley} |
81 |
% \input{MPI} |
% \input{MPI} |
|
%\input{pyvisi} |
|
82 |
|
|
83 |
\input{modelframe} |
%\input{modelframe} |
84 |
%\input{bruce} |
|
85 |
|
\include{appendix} |
86 |
|
|
87 |
\makemodindex |
\makemodindex |
88 |
|
|