Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SummerSchool2021-PAA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
SummerSchool2021-PAA
Commits
dc0bbbdc
Commit
dc0bbbdc
authored
3 years ago
by
Ned Coltman
Browse files
Options
Downloads
Patches
Plain Diff
[git][readme] Initialize the repository readme.md with basic information
parent
caa8023b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
README.md
+10
-0
10 additions, 0 deletions
README.md
appl/CMakeLists.txt
+2
-0
2 additions, 0 deletions
appl/CMakeLists.txt
with
13 additions
and
0 deletions
CMakeLists.txt
+
1
−
0
View file @
dc0bbbdc
...
...
@@ -24,6 +24,7 @@ dune_enable_all_packages()
add_subdirectory
(
doc
)
add_subdirectory
(
cmake/modules
)
add_subdirectory
(
appl
)
# finalize the dune project, e.g. generating config.h etc.
finalize_dune_project
(
GENERATE_CONFIG_H_CMAKE
)
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
10
−
0
View file @
dc0bbbdc
## SFB-1313 Summer School 2021: Porescale evaluation of REV Scale Coupling Conditions
This repository will house all of the dumux based simulations used during the
2021 SFB1313 Summer School. Simulations are found within the
`appl`
or applications
folder.
You can configure the module just like any other DUNE module
by using
`dunecontrol`
. For building and running the executables,
please go to the build folders corresponding to the simulation sources listed above.
This diff is collapsed.
Click to expand it.
appl/CMakeLists.txt
0 → 100644
+
2
−
0
View file @
dc0bbbdc
add_subdirectory
(
porescale
)
add_subdirectory
(
coupled
)
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