Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-pdelab-tutorials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PDELab
dune-pdelab-tutorials
Commits
d1eba904
Commit
d1eba904
authored
7 years ago
by
Dominic Kempf
Browse files
Options
Downloads
Patches
Plain Diff
update of doc
parent
6aa8bc50
No related branches found
No related tags found
1 merge request
!42
Feature/tutorial07update
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tutorial07/doc/tutorial07.tex
+6
-7
6 additions, 7 deletions
tutorial07/doc/tutorial07.tex
with
6 additions
and
7 deletions
tutorial07/doc/tutorial07.tex
+
6
−
7
View file @
d1eba904
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment