Skip to content
Snippets Groups Projects
Commit d068a873 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[test][1p2c] remove comments in CMakeLists.txt

parent 8cdf123e
No related branches found
No related tags found
2 merge requests!1337WIP Fix/dirichlet caching v2,!1320Feature/velocity output with mpfa
......@@ -22,8 +22,6 @@ dune_add_test(NAME test_1p2c_transport_tpfa
--command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2c_transport_tpfa params.input -Problem.Name test_1p2c_transport_tpfa"
--zeroThreshold {"velocity_liq \(m/s\)_1":1e-15})
#Note: The mpfa model does not support velocity output yet. We therefore deactivate it for the test and use a copy of the tpfa reference
# solution where the velocities have been removed.
dune_add_test(NAME test_1p2c_transport_mpfa
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=OnePTwoCTestCCMpfa
......
......@@ -22,8 +22,6 @@ dune_add_test(NAME test_1p2cni_conduction_tpfa
--command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_conduction_tpfa params.input -Problem.Name test_1p2cni_conduction_tpfa"
--zeroThreshold {"velocity_liq \(m/s\)_0":1e-9})
#Note: The mpfa model does not support velocity output yet. We therefore deactivate it for the test and use a copy of the tpfa reference
# solution where the velocities have been removed.
dune_add_test(NAME test_1p2cni_conduction_mpfa
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=OnePTwoCNIConductionCCMpfa
......
......@@ -22,8 +22,6 @@ dune_add_test(NAME test_1p2cni_convection_tpfa
--command "${CMAKE_CURRENT_BINARY_DIR}/test_1p2cni_convection_tpfa params.input -Problem.Name test_1p2cni_convection_tpfa"
--zeroThreshold {"velocity_liq \(m/s\)_0":1e-9})
#Note: The mpfa model does not support velocity output yet. We therefore deactivate it for the test and use a copy of the tpfa reference
# solution where the velocities have been removed.
dune_add_test(NAME test_1p2cni_convection_mpfa
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=OnePTwoCNIConvectionCCMpfa
......
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