Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
c4226cfe
Commit
c4226cfe
authored
Mar 31, 2020
by
Timo Koch
Browse files
[examples] Add statement at the beginning of autogenerated files
parent
16aeb73a
Changes
5
Hide whitespace changes
Inline
Side-by-side
examples/1ptracer/README.md
View file @
c4226cfe
<!-- Important: This file has been automatically generated by generate_example_docs.py. Do not edit this file directly! -->
# One-phase flow with random permeability distribution and a tracer model
## Problem set-up
...
...
examples/2pinfiltration/README.md
View file @
c4226cfe
<!-- Important: This file has been automatically generated by generate_example_docs.py. Do not edit this file directly! -->
This tutorial is similar to tests/porousmediumflow/2p/adaptive and restricted to the cell-centered finite volume TPFA discretization scheme.
You need
[
ALUGrid
][
0
]
in order to compile and run it.
...
...
examples/freeflowchannel/README.md
View file @
c4226cfe
<!-- Important: This file has been automatically generated by generate_example_docs.py. Do not edit this file directly! -->
This example is based on dumux/test/freeflow/navierstokes/channel/2d.
# Freeflow through a channel
...
...
examples/generate_example_docs.py
View file @
c4226cfe
...
...
@@ -18,6 +18,8 @@ def convertToMarkdownAndMerge(dir, config):
os
.
makedirs
(
os
.
path
.
dirname
(
targetPath
),
exist_ok
=
True
)
with
open
(
targetPath
,
"w"
)
as
targetFile
:
thisScript
=
os
.
path
.
basename
(
__file__
)
targetFile
.
write
(
"<!-- Important: This file has been automatically generated by {}. Do not edit this file directly! -->
\n\n
"
.
format
(
thisScript
))
for
source
in
sources
:
fileExtension
=
os
.
path
.
splitext
(
source
)[
1
]
if
fileExtension
==
".md"
:
...
...
examples/shallowwaterfriction/README.md
View file @
c4226cfe
<!-- Important: This file has been automatically generated by generate_example_docs.py. Do not edit this file directly! -->
# Shallow water flow with bottom friction
This example shows how the shallow water flow model can be
applied to simulate steady subcritical flow including
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment