-
Notifications
You must be signed in to change notification settings - Fork 149
/
features.tex
78 lines (75 loc) · 2.73 KB
/
features.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
\chapter*{Simulation features supported in SPECFEM2D}
\addcontentsline{toc}{chapter}{Simulation features supported in SPECFEM2D}
The following lists all available features for a SPECFEM2D simulation,
where {\it CPU} and {\it CUDA} denote the code versions for CPU-only simulations and
CUDA hardware support, respectively.
%
\begin{table}[htp]
\vspace{-1cm}
\label{table:features}
\begin{center}
\begin{tabular}{ l l c c}
\hline
%{\bf Feature} & & \multicolumn{3}{c}{{\bf Code version}} \\
%\cmidrule(lr){3-5}
% & & {\it CPU} & {\it CUDA} \\
%% to have proper title w/ pandoc
{\bf Feature} & & {\it CPU} & {\it CUDA} \\
\hline
& & & \\
%%
{\bf Physics} & P-SV waves & X & X \\
& SH/membrane waves & X & X \\
& Acoustic & X & X \\
& Elastic & X & X \\
& Poroelastic & X & - \\
& Anisotropy & X & X \\
& Attenuation & X & X \\
\hline
& & & \\
%%
{\bf Simulation Setup} & Axisymmetric (2.5D) simulations & X & - \\
& Noise simulations & X & X \\
& initial field & X & X \\
& C-PML & X & - \\
& Periodic boundaries & X & - \\
& Simultaneous runs & X & X \\
\hline
& & & \\
%%
{\bf Meshing} & in-house mesher & X & - \\
& external (CUBIT/Trelis,Gmsh) & X & - \\
& SCOTCH/Metis/Analytical partitioning & X & - \\
\hline
& & & \\
%%
{\bf Sensitivity kernels} & Undoing of attenuation & X & X \\
& Anisotropic kernels & X & X \\
& Isotropic kernels & X & X \\
& Approximate Hessian & X & X \\
\hline
& & & \\
%%
{\bf Time schemes} & Newmark & X & X \\
& LDDRK & X & - \\
& RK4 & X & - \\
& symplectic PEFRL & X & - \\
\hline
& & & \\
%%
{\bf Visualization} & JPEG images & X & X \\
& Postscript snapshots & X & X \\
& Wavefield dumps & X & X \\
\hline
& & & \\
%%
{\bf Seismogram formats} & Ascii & X & X \\
& Binary & X & X \\
& SU & X & X \\
& down-sampling & X & X \\
%
\hline
& & & \\ % to avoid clashes with pandoc
\end{tabular}
\end{center}
\end{table}