-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfem_latex_report.tex
58 lines (49 loc) · 1.45 KB
/
fem_latex_report.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
\documentclass{standalone}
\begin{document}
\clearpage
\hfill \\
\begin{table}[!h]
\centering
\begin{tabular}{ | c | c | c | c | c | c | c | }
\hline
h & $0.4$ & $0.3$ & $0.2$ & $0.15$ & $0.1$ & $0.075$ \\ \hline
ErrL2 & $1$ & $1$ & $1$ & $1$ & $1$ & $0.99999$ \\ \hline
ErrH1 & $1$ & $1$ & $1$ & $1$ & $1$ & $1$ \\ \hline
\end{tabular}
\caption{t = 1e-05 }
\end{table}
\hfill \\
\begin{table}[!h]
\centering
\begin{tabular}{ | c | c | c | c | c | c | c | }
\hline
h & $0.4$ & $0.3$ & $0.2$ & $0.15$ & $0.1$ & $0.075$ \\ \hline
ErrL2 & $1$ & $1$ & $1$ & $0.99999$ & $0.99991$ & $0.99978$ \\ \hline
ErrH1 & $1$ & $1$ & $1$ & $1$ & $1.0001$ & $1.0003$ \\ \hline
\end{tabular}
\caption{t = 0.0001 }
\end{table}
\hfill \\
\begin{table}[!h]
\centering
\begin{tabular}{ | c | c | c | c | c | c | c | }
\hline
h & $0.4$ & $0.3$ & $0.2$ & $0.15$ & $0.1$ & $0.075$ \\ \hline
ErrL2 & $0.99999$ & $0.99996$ & $0.99984$ & $0.99976$ & $0.99958$ & $0.99946$ \\ \hline
ErrH1 & $1$ & $1$ & $1.0002$ & $1.0003$ & $1.0005$ & $1.0006$ \\ \hline
\end{tabular}
\caption{t = 0.001 }
\end{table}
\hfill \\
\begin{table}[!h]
\centering
\begin{tabular}{ | c | c | c | c | c | c | c | }
\hline
h & $0.4$ & $0.3$ & $0.2$ & $0.15$ & $0.1$ & $0.075$ \\ \hline
ErrL2 & $0.99976$ & $0.99966$ & $0.99946$ & $0.99942$ & $0.99929$ & $0.9992$ \\ \hline
ErrH1 & $1.0003$ & $1.0004$ & $1.0006$ & $1.0006$ & $1.0008$ & $1.0009$ \\ \hline
\end{tabular}
\caption{t = 0.01 }
\end{table}
\clearpage
\end{document}