Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dumux-lecture
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dumux-repositories
dumux-lecture
Commits
a3b49c61
Commit
a3b49c61
authored
Dec 11, 2018
by
Holger Class
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test for fractures added
parent
131c2cf9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3439 additions
and
2 deletions
+3439
-2
lecture/mm/fractures/CMakeLists.txt
lecture/mm/fractures/CMakeLists.txt
+7
-2
lecture/references/fractures-fractures-reference.vtp
lecture/references/fractures-fractures-reference.vtp
+243
-0
lecture/references/fractures-matrix-reference.vtu
lecture/references/fractures-matrix-reference.vtu
+3189
-0
No files found.
lecture/mm/fractures/CMakeLists.txt
View file @
a3b49c61
...
...
@@ -4,8 +4,13 @@ dune_symlink_to_source_files(FILES "grids" "fracture_exercise.input" "plot.p")
dune_add_test
(
NAME fracture_exercise
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-alugrid_FOUND )"
SOURCES fractures.cc
COMMAND ./fracture_exercise
CMD_ARGS fracture_exercise.input
)
COMMAND
${
dumux_INCLUDE_DIRS
}
/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files
${
CMAKE_SOURCE_DIR
}
/lecture/references/fractures-matrix-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/matrix-00018.vtu
${
CMAKE_SOURCE_DIR
}
/lecture/references/fractures-fractures-reference.vtp
${
CMAKE_CURRENT_BINARY_DIR
}
/fractures-00018.vtp
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/fracture_exercise -TimeLoop.TEnd 50"
)
set
(
CMAKE_BUILD_TYPE Release
)
...
...
lecture/references/fractures-fractures-reference.vtp
0 → 100644
View file @
a3b49c61
This diff is collapsed.
Click to expand it.
lecture/references/fractures-matrix-reference.vtu
0 → 100644
View file @
a3b49c61
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
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