Skip to content
Snippets Groups Projects
Commit bef13338 authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

[staggeredGrid][test] Use finer grid to make test more reliable

* Density driven flow test is highly grid-depenend
* Use finer grid to increase chances of test passing on different systems
parent 6a24fe94
No related branches found
No related tags found
2 merge requests!617[WIP] Next,!390Feature/staggered components
...@@ -4,7 +4,7 @@ add_dumux_test(test_densitydrivenflow test_densitydrivenflow test_densitydrivenf ...@@ -4,7 +4,7 @@ add_dumux_test(test_densitydrivenflow test_densitydrivenflow test_densitydrivenf
python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
--script fuzzy --script fuzzy
--files ${CMAKE_SOURCE_DIR}/test/references/stokes2c-densitydriven-reference.vtu --files ${CMAKE_SOURCE_DIR}/test/references/stokes2c-densitydriven-reference.vtu
${CMAKE_CURRENT_BINARY_DIR}/test_densitydrivenflow-00024.vtu ${CMAKE_CURRENT_BINARY_DIR}/test_densitydrivenflow-00025.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_densitydrivenflow") --command "${CMAKE_CURRENT_BINARY_DIR}/test_densitydrivenflow")
add_dumux_test(test_purediffusion test_channel test_channel.cc add_dumux_test(test_purediffusion test_channel test_channel.cc
......
...@@ -5,7 +5,7 @@ TEnd = 1.5e3 # [s] ...@@ -5,7 +5,7 @@ TEnd = 1.5e3 # [s]
[Grid] [Grid]
UpperRight = 1 1 UpperRight = 1 1
Cells = 20 20 Cells = 40 40
[Problem] [Problem]
Name = test_densitydrivenflow # name passed to the output routines Name = test_densitydrivenflow # name passed to the output routines
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
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