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
163a90fd
Commit
163a90fd
authored
Dec 21, 2018
by
Dennis Gläser
Browse files
[test][poroelastic] use higher zero threshold
parent
73d79d28
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/multidomain/poromechanics/el1p/CMakeLists.txt
View file @
163a90fd
...
...
@@ -10,4 +10,5 @@ dune_add_test(NAME test_md_poromechanics_el1p
${
CMAKE_SOURCE_DIR
}
/test/references/test_md_poromechanics_el1p_poroelastic-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_md_poromechanics_el1p_poroelastic-00001.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_md_poromechanics_el1p params.input
-Vtk.OutputName test_md_poromechanics_el1p"
)
-Vtk.OutputName test_md_poromechanics_el1p"
--zeroThreshold {
"u"
:1e-14}
)
test/multidomain/poromechanics/el2p/CMakeLists.txt
View file @
163a90fd
...
...
@@ -11,4 +11,5 @@ dune_add_test(NAME test_md_poromechanics_el2p
${
CMAKE_SOURCE_DIR
}
/test/references/test_md_poromechanics_el2p_poroelastic-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_md_poromechanics_el2p_poroelastic-00010.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_md_poromechanics_el2p params.input
-Vtk.OutputName test_md_poromechanics_el2p"
)
-Vtk.OutputName test_md_poromechanics_el2p"
--zeroThreshold {
"u"
:1e-14}
)
Timo Koch
@timok
mentioned in commit
f44f2da1
·
Dec 21, 2018
mentioned in commit
f44f2da1
mentioned in commit f44f2da138916c18f32e1a89164bbcf3b5724679
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!1470 (merged)
·
Dec 21, 2018
mentioned in merge request
!1470 (merged)
mentioned in merge request !1470
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