Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
Wissinger2020a
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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-pub
Wissinger2020a
Commits
f3e90387
Commit
f3e90387
authored
2 years ago
by
Sarbani Roy
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
3fe890d4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+39
-0
39 additions, 0 deletions
README
with
39 additions
and
0 deletions
README
+
39
−
0
View file @
f3e90387
...
...
@@ -36,3 +36,42 @@ Used Versions and Software
For an overview on the used versions of the DUNE and DuMuX modules, please have a look at
[installWissinger2020a.sh](https://git.iws.uni-stuttgart.de/dumux-pub/Wissinger2020a/raw/master/installWissinger2020a.sh).
Installation with Docker
========================
Create a new folder in your favourite location and change into it
```bash
mkdir Wissinger2020a
cd Wissinger2020a
```
Download the container startup script
```bash
(docker_dumux-example.sh) [https://git.iws.uni-stuttgart.de/dumux-pub/wissinger2020a/-/blob/master/docker_dumux-example.sh]
```
Open the Docker Container
```bash
bash docker_dumux-example.sh open
```
After the script has run successfully, you may build all executables
```bash
cd wissinger2020a/build-cmake
make build_tests
```
and you can run them individually. They are located in the build-cmake folder according to the following path:
- appl/1pncmin
It can be executed by running
```bash
cd appl/1pncmin
./test_1pncminni_box
```
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