Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
dumux-repositories
dumux
Commits
e30bee37
Commit
e30bee37
authored
4 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[examples][tracer] Use [[details]] instead of plain HTML
parent
39b4420f
No related branches found
No related tags found
1 merge request
!1899
Feature/improve tracer example
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/1ptracer/doc/1pmodel.md
+2
-2
2 additions, 2 deletions
examples/1ptracer/doc/1pmodel.md
examples/1ptracer/properties_1p.hh
+3
-3
3 additions, 3 deletions
examples/1ptracer/properties_1p.hh
with
5 additions
and
5 deletions
examples/1ptracer/doc/1pmodel.md
+
2
−
2
View file @
e30bee37
...
@@ -26,8 +26,8 @@ The documentation provided in the sequel is structured as follows:
...
@@ -26,8 +26,8 @@ The documentation provided in the sequel is structured as follows:
In this file, the type tag used for the single-phase flow simulation is defined,
In this file, the type tag used for the single-phase flow simulation is defined,
for which we then specialize
`properties`
to the needs of the desired setup.
for which we then specialize
`properties`
to the needs of the desired setup.
### Include
file
s
### Includes
<details>
<details>
<summary>
Click to show includes
</summary>
The
`OneP`
type tag specializes most of the
`properties`
required for single-
The
`OneP`
type tag specializes most of the
`properties`
required for single-
phase flow simulations in DuMuX. We will use this in the following to inherit the
phase flow simulations in DuMuX. We will use this in the following to inherit the
...
...
This diff is collapsed.
Click to expand it.
examples/1ptracer/properties_1p.hh
+
3
−
3
View file @
e30bee37
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
// In this file, the type tag used for the single-phase flow simulation is defined,
// In this file, the type tag used for the single-phase flow simulation is defined,
// for which we then specialize `properties` to the needs of the desired setup.
// for which we then specialize `properties` to the needs of the desired setup.
//
//
// ### Include
file
s
// ### Includes
//
<
details
>
//
[[
details
]] includes
//
//
// The `OneP` type tag specializes most of the `properties` required for single-
// The `OneP` type tag specializes most of the `properties` required for single-
// phase flow simulations in DuMuX. We will use this in the following to inherit the
// phase flow simulations in DuMuX. We will use this in the following to inherit the
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
// We include the problem and spatial parameters headers used for this simulation.
// We include the problem and spatial parameters headers used for this simulation.
#include
"problem_1p.hh"
#include
"problem_1p.hh"
#include
"spatialparams_1p.hh"
#include
"spatialparams_1p.hh"
//
<
/details
>
//
[[
/details
]]
//
//
// ### Type tag definition
// ### Type tag definition
//
//
...
...
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