1 |
% $Id$ |
% $Id$ |
2 |
|
% |
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 |
|
|
10 |
|
|
11 |
\usepackage{epsfig} |
\usepackage{epsfig} |
12 |
\usepackage{graphicx,color} |
\usepackage{graphicx,color} |
23 |
\newcommand{\LINUX}{{\it Linux}\xspace} |
\newcommand{\LINUX}{{\it Linux}\xspace} |
24 |
\newcommand{\escript}{\module{esys.escript}\xspace} |
\newcommand{\escript}{\module{esys.escript}\xspace} |
25 |
\newcommand{\finley}{\module{esys.finley}\xspace} |
\newcommand{\finley}{\module{esys.finley}\xspace} |
|
\newcommand{\pyvisi}{\module{esys.pyvisi}\xspace} |
|
26 |
\newcommand{\bruce}{\module{esys.bruce}\xspace} |
\newcommand{\bruce}{\module{esys.bruce}\xspace} |
27 |
|
\newcommand{\pyvisi}{\module{esys.pyvisi}\xspace} |
28 |
|
|
29 |
\newcommand{\linearPDEs}{\module{esys.escript.linearPDEs}\xspace} |
\newcommand{\linearPDEs}{\module{esys.escript.linearPDEs}\xspace} |
30 |
\newcommand{\LinearPDE}{\class{LinearPDE}\xspace} |
\newcommand{\LinearPDE}{\class{LinearPDE}\xspace} |
35 |
\newcommand{\AdvectivePDE}{\class{AdvectivePDE}\xspace} |
\newcommand{\AdvectivePDE}{\class{AdvectivePDE}\xspace} |
36 |
\newcommand{\Poisson}{\class{Poisson}\xspace} |
\newcommand{\Poisson}{\class{Poisson}\xspace} |
37 |
\newcommand{\Helmholtz}{\class{Helmholtz}\xspace} |
\newcommand{\Helmholtz}{\class{Helmholtz}\xspace} |
38 |
|
\newcommand{\Lame}{\class{Lame}\xspace} |
39 |
\newcommand{\Data}{\class{Data}\xspace} |
\newcommand{\Data}{\class{Data}\xspace} |
40 |
\newcommand{\EmptyData}{empty \class{Data} \index{empty Data}\xspace} |
\newcommand{\EmptyData}{empty \class{Data} \index{empty Data}\xspace} |
41 |
\newcommand{\Domain}{\class{Domain}\xspace} |
\newcommand{\Domain}{\class{Domain}\xspace} |
42 |
\newcommand{\VTK}{{\it vtk} \cite{VTK}\index{visualization!vtk}\index{vtk}} |
\newcommand{\VTK}{{\it vtk} \cite{VTK}\index{visualization!vtk}\index{vtk}} |
43 |
|
\newcommand{\GnuPlot}{{\it gnuplot} \cite{GNUPLOT}\index{visualization!gnuplot}\index{gnuplot}} |
44 |
\newcommand{\mayavi}{{\it mayavi} \index{visualization!mayavi}\index{mayavi}} |
\newcommand{\mayavi}{{\it mayavi} \index{visualization!mayavi}\index{mayavi}} |
45 |
\newcommand{\OpenDX}{{\it OpenDX} \cite{OPENDX}\xspace} |
\newcommand{\OpenDX}{{\it OpenDX} \cite{OPENDX}\xspace} |
46 |
\newcommand{\finleyelement}[1]{{\it #1}\index{finley!#1}} |
\newcommand{\finleyelement}[1]{{\it #1}\index{finley!#1}} |
47 |
\newcommand{\False}{\constant{False}\xspace} |
\newcommand{\False}{\constant{False}\xspace} |
48 |
\newcommand{\True}{\constant{True}\xspace} |
\newcommand{\True}{\constant{True}\xspace} |
49 |
\newcommand{\PCG}{\constant{PCG}\index{linear solver!PCG}\index{PCG}} |
\newcommand{\PCG}{\constant{LinearPDE.PCG}\xspace\index{linear solver!PCG}\index{PCG}} |
50 |
\newcommand{\BiCGStab}{\constant{BICGSTAB}\index{linear solver!BiCGStab}\index{BiCGStab}} |
\newcommand{\BiCGStab}{\constant{LinearPDE.BICGSTAB}\xspace\index{linear solver!BiCGStab}\index{BiCGStab}} |
51 |
\newcommand{\Direct}{\constant{DIRECT}\index{linear solver!Direct}\index{Direct solver}} |
\newcommand{\Direct}{\constant{LinearPDE.DIRECT}\xspace\index{linear solver!Direct}\index{Direct solver}} |
52 |
\newcommand{\GMRES}{\constant{GMRES}\index{linear solver!GMRES}\index{GMRES}} |
\newcommand{\GMRES}{\constant{LinearPDE.GMRES}\xspace\index{linear solver!GMRES}\index{GMRES}} |
53 |
\newcommand{\PRESTWENTY}{\constant{PRES20}\index{linear solver!PRES20}\index{PRES20}} |
\newcommand{\PRESTWENTY}{\constant{LinearPDE.PRES20}\xspace\index{linear solver!PRES20}\index{PRES20}} |
54 |
|
\newcommand{\JACOBI}{\constant{LinearPDE.JACOBI}\xspace\index{preconditioner!Jacobi}\index{Jacobi}} |
55 |
|
\newcommand{\ILU}{\constant{LinearPDE.ILU0}\xspace\index{preconditioner!ILU0}\index{ILU0}} |
56 |
|
\newcommand{\ILUT}{\constant{LinearPDE.ILUT}\xspace\index{preconditioner!ILUT}\index{ILUT}} |
57 |
|
\newcommand{\LUMPING}{\constant{LinearPDE.LUMPING}\xspace\index{linear solver!lumping}\index{lumping}} |
58 |
|
\newcommand{\NOREORDERING}{\constant{LinearPDE.NO\hackscore REORDERING}\xspace} |
59 |
|
\newcommand{\MINIMUMFILLIN}{\constant{LinearPDE.MINIMUM\hackscore FILL\hackscore IN}\xspace\index{linear solver!minimum fill-in ordering}\index{minimum fill-in ordering}} |
60 |
|
\newcommand{\NESTEDDESCTION}{\constant{LinearPDE.NESTED\hackscore DISSECTION}\xspace\index{linear solver!nested dissection ordering}\index{nested dissection}} |
61 |
|
|
62 |
|
\newcommand{\Scene}{\class{Scene}\xspace} |
63 |
|
|
64 |
\newcommand{\FunctionSpace}{\class{FunctionSpace}\xspace} |
\newcommand{\FunctionSpace}{\class{FunctionSpace}\xspace} |
65 |
\newcommand{\Operator}{\class{Operator}\xspace} |
\newcommand{\Operator}{\class{Operator}\xspace} |