Page MenuHomec4science

stabeulerbetter.tex
No OneTemporary

File Metadata

Created
Sun, Dec 22, 16:15

stabeulerbetter.tex

\begin{tikzpicture}
\pgfplotsset
{
xmin = 2e-10, xmax = 1.15e-7,
width = \textwidth
}
\begin{axis}
[
xlabel={$t \: [s]$},
ylabel={$E_c \: [m]$},
ymin=1.3e-16, ymax= 1.5e-16,
ymajorgrids = true,
grid style = dashed,
legend style = {
matrix anchor = north west,
at = {(0.05, 0.95)}
}
]
\addplot[mark = none] gnuplot [raw gnuplot] {
plot "OutputsEnergia/Esercizio1/Euler2.out" using 1:6 every 100;
};
\label{eulerbetterplot}
\addlegendentry{Simulation}
\addplot+[mark = none, domain = 2e-10:1.15e-7] {1.33808e-16};
\label{eulerbetterth}
\addlegendentry{Valeur analytique}
\end{axis}
\end{tikzpicture}

Event Timeline