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
e4dd921b
Commit
e4dd921b
authored
Dec 19, 2018
by
Dennis Gläser
Browse files
[test][facet][1pconvergence] remove UMFPack cmake guard
parent
6e048eab
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/multidomain/facet/1p_1p/analytical/CMakeLists.txt
View file @
e4dd921b
...
...
@@ -2,7 +2,7 @@ dune_symlink_to_source_files(FILES "grids" "params.input" "convergencetest.py")
dune_add_test
(
NAME test_md_facet_1p1p_tpfa_convergence
LABELS multidomain
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-alugrid_FOUND AND gmsh_FOUND
AND HAVE_UMFPACK
)"
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-alugrid_FOUND AND gmsh_FOUND )"
SOURCES main.cc
COMPILE_DEFINITIONS BULKTYPETAG=OnePBulkTpfa LOWDIMTYPETAG=OnePLowDimTpfa
COMMAND ./convergencetest.py
...
...
@@ -10,7 +10,7 @@ dune_add_test(NAME test_md_facet_1p1p_tpfa_convergence
dune_add_test
(
NAME test_md_facet_1p1p_box_convergence
LABELS multidomain
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-alugrid_FOUND AND gmsh_FOUND
AND HAVE_UMFPACK
)"
CMAKE_GUARD
"( dune-foamgrid_FOUND AND dune-alugrid_FOUND AND gmsh_FOUND )"
SOURCES main.cc
COMPILE_DEFINITIONS BULKTYPETAG=OnePBulkBox LOWDIMTYPETAG=OnePLowDimBox
COMMAND ./convergencetest.py
...
...
Timo Koch
@timok
mentioned in commit
91f544ad
·
Dec 19, 2018
mentioned in commit
91f544ad
mentioned in commit 91f544ad44fe279b8462da422b2ef4be06136e29
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!1434 (merged)
·
Dec 19, 2018
mentioned in merge request
!1434 (merged)
mentioned in merge request !1434
Toggle commit list
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