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
15da3d40
Commit
15da3d40
authored
Dec 13, 2018
by
Timo Koch
Browse files
[test] Add co2 test label for co2 model tests
parent
19348cab
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/porousmediumflow/co2/implicit/CMakeLists.txt
View file @
15da3d40
...
...
@@ -6,6 +6,7 @@ dune_symlink_to_source_files(FILES grids)
# but the default 2p2c implementation outputs porosity per vertex.
# Depending on the order of the elements, the porosity would differ in these cases.
dune_add_test
(
NAME test_co2_box
LABELS co2
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=HeterogeneousBox
CMAKE_GUARD
"( dune-alugrid_FOUND AND DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS )"
...
...
@@ -17,6 +18,7 @@ dune_add_test(NAME test_co2_box
--zeroThreshold {
"porosity"
:1}
)
dune_add_test
(
NAME test_co2_tpfa
LABELS co2
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=HeterogeneousCCTpfa
CMAKE_GUARD
"( dune-alugrid_FOUND AND DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS )"
...
...
@@ -28,6 +30,7 @@ dune_add_test(NAME test_co2_tpfa
# build target for the CO2 non-isothermal test problem
dune_add_test
(
NAME test_co2ni_box
LABELS co2
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=HeterogeneousNIBox
ISOTHERMAL=0
...
...
@@ -40,6 +43,7 @@ dune_add_test(NAME test_co2ni_box
--zeroThreshold {
"porosity"
:1}
)
dune_add_test
(
NAME test_co2ni_tpfa
LABELS co2
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=HeterogeneousNICCTpfa
ISOTHERMAL=0
...
...
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