Skip to content
Snippets Groups Projects
Commit d1eba904 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

update of doc

parent 6aa8bc50
No related branches found
No related tags found
1 merge request!42Feature/tutorial07update
......@@ -12,7 +12,7 @@
\usepackage{eurosym}
\usepackage{graphicx}
\usepackage{color}
\usepackage{listings,lstautogobble}
\usepackage{listings}
\lstset{language=C++, basicstyle=\ttfamily,
keywordstyle=\color{black}\bfseries, tabsize=4, stringstyle=\ttfamily,
commentstyle=\itshape, extendedchars=true, escapeinside={/*@}{@*/},
......@@ -905,8 +905,7 @@ We include our hyperbolic model and problem to solve
\lstinputlisting[firstline=60, lastline=67,
basicstyle=\ttfamily\small,
frame=single,
backgroundcolor=\color{listingbg},
autogobble=true]{../src/tutorial07-linearacoustics.cc}
backgroundcolor=\color{listingbg}]{../src/tutorial07-linearacoustics.cc}
Calling Problem and Model constructors and choose proper numerical flux
......@@ -1096,26 +1095,26 @@ and may now loop over the quadrature points.
\lstinputlisting[firstline=124, lastline=136,
basicstyle=\ttfamily\small,
frame=single,
backgroundcolor=\color{listingbg},autogobble=true]{../src/hyperbolicdg.hh}
backgroundcolor=\color{listingbg}]{../src/hyperbolicdg.hh}
\lstinputlisting[firstline=224, lastline=235,
basicstyle=\ttfamily\small,
frame=single,
backgroundcolor=\color{listingbg},autogobble=true]{../src/hyperbolicdg.hh}
backgroundcolor=\color{listingbg}]{../src/hyperbolicdg.hh}
\lstinputlisting[firstline=303, lastline=311,
basicstyle=\ttfamily\small,
frame=single,
backgroundcolor=\color{listingbg},autogobble=true]{../src/hyperbolicdg.hh}
backgroundcolor=\color{listingbg}]{../src/hyperbolicdg.hh}
\lstinputlisting[firstline=339, lastline=350,
basicstyle=\ttfamily\small,
frame=single,
backgroundcolor=\color{listingbg},autogobble=true]{../src/hyperbolicdg.hh}
backgroundcolor=\color{listingbg}]{../src/hyperbolicdg.hh}
\subsubsection*{\lstinline{jacobian_volume} method}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment