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} |
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} |
\newcommand{\Scene}{\class{Scene}\xspace} |
63 |
|
|