Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
549b782a
Commit
549b782a
authored
Jun 29, 2020
by
steffen.schotthoefer
Browse files
fixed test cases, due to changed CFL computation
parent
6a6dfc1c
Pipeline
#94253
passed with stages
in 28 minutes and 1 second
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
code/tests/input/
rtsn_test_
linesource_PN_reference.vtk
→
code/tests/input/linesource_PN_reference.vtk
View file @
549b782a
File moved
code/tests/input/linesource_reference.vtk
→
code/tests/input/linesource_
SN_
reference.vtk
View file @
549b782a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
code/tests/test_cases.cpp
View file @
549b782a
...
...
@@ -55,7 +55,7 @@ TEST_CASE( "linesource_SN", "[testcases]" ) {
solver
->
Save
();
auto
test
=
readVTKFile
(
"../result/rtsn_test_linesource.vtk"
);
auto
reference
=
readVTKFile
(
"../tests/input/linesource_reference.vtk"
);
auto
reference
=
readVTKFile
(
"../tests/input/linesource_
SN_
reference.vtk"
);
double
eps
=
1e-3
;
REQUIRE
(
test
.
size
()
==
reference
.
size
()
);
...
...
@@ -73,7 +73,7 @@ TEST_CASE( "linesource_PN", "[testcases]" ) {
solver
->
Save
();
auto
test
=
readVTKFile
(
"../result/rtsn_test_linesource_PN.vtk"
);
auto
reference
=
readVTKFile
(
"../tests/input/
rtsn_test_
linesource_PN_reference.vtk"
);
auto
reference
=
readVTKFile
(
"../tests/input/linesource_PN_reference.vtk"
);
double
eps
=
1e-3
;
REQUIRE
(
test
.
size
()
==
reference
.
size
()
);
...
...
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