Skip to content
Snippets Groups Projects
Commit 05872a84 authored by Benjamin Faigle's avatar Benjamin Faigle
Browse files

Adding compositional adaptive model to testing framework. Reviewd by Christoph.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9231 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 3b678b15
No related branches found
No related tags found
No related merge requests found
......@@ -413,6 +413,8 @@ file(COPY test/decoupled/2p/test_mpfa2p-reference.vtu DESTINATION references)
file(COPY test/decoupled/2p/test_mpfa2p.input DESTINATION test/decoupled/2p)
file(COPY test/decoupled/2p/test_2padaptive-reference.vtu DESTINATION references)
file(COPY test/decoupled/2p/test_impesadaptive.input DESTINATION test/decoupled/2p)
file(COPY test/decoupled/2p2c/test_adaptive2p2c-reference.vtu DESTINATION references)
file(COPY test/decoupled/2p2c/test_adaptive2p2c.input DESTINATION test/decoupled/2p2c)
file(COPY test/decoupled/2p2c/test_dec2p2c-reference.vtu DESTINATION references)
file(COPY test/decoupled/2p2c/test_dec2p2c.input DESTINATION test/decoupled/2p2c)
file(COPY test/decoupled/2p2c/test_multiphysics2p2c-reference.vtu DESTINATION references)
......@@ -471,6 +473,7 @@ add_test(test_transport bin/runTest.sh references/test_transport-referenc
add_test(test_impes bin/runTest.sh references/test_impes-reference.vtu test_impes-00013.vtu test/decoupled/2p/test_impes)
add_test(test_mpfa2p bin/runTest.sh references/test_mpfa2p-reference.vtu test_mpfa2p-00007.vtu test/decoupled/2p/test_mpfa2p)
add_test(test_impesadaptive bin/runTest.sh references/test_2padaptive-reference.vtu test_2padaptive-00007.vtu test/decoupled/2p/test_impesadaptive)
add_test(test_adaptive2p2c bin/runTest.sh references/test_adaptive2p2c-reference.vtu test_adaptive2p2c-00008.vtu test/decoupled/2p2c/test_adaptive2p2c)
add_test(test_dec2p2c bin/runTest.sh references/test_dec2p2c-reference.vtu test_dec2p2c-00021.vtu test/decoupled/2p2c/test_dec2p2c)
add_test(test_multiphysics2p2c bin/runTest.sh references/test_multiphysics2p2c-reference.vtu test_multiphysics2p2c-00021.vtu test/decoupled/2p2c/test_multiphysics2p2c)
......
# add build targets
add_executable("test_adaptive2p2c" test_adaptive2p2c.cc)
target_link_libraries("test_adaptive2p2c" ${DumuxLinkLibraries})
add_executable("test_dec2p2c" test_dec2p2c.cc)
target_link_libraries("test_dec2p2c" ${DumuxLinkLibraries})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment