Skip to content
GitLab
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
1bff1979
Commit
1bff1979
authored
Dec 07, 2018
by
Timo Koch
Browse files
[test][3pwateroil] Always compare last time step to reference
parent
ab1944d0
Changes
3
Hide whitespace changes
Inline
Side-by-side
test/porousmediumflow/3pwateroil/implicit/CMakeLists.txt
View file @
1bff1979
...
...
@@ -6,7 +6,7 @@ dune_add_test(NAME test_3pwateroil_sagd_box
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMD_ARGS --script fuzzy
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_3pwateroil_sagd_box-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_3pwateroil_sagd_box-000
1
1.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_3pwateroil_sagd_box-000
0
1.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_3pwateroil_sagd_box params.input -Problem.Name test_3pwateroil_sagd_box"
)
...
...
test/porousmediumflow/3pwateroil/implicit/main.cc
View file @
1bff1979
...
...
@@ -181,7 +181,8 @@ int main(int argc, char** argv) try
timeLoop
->
setTimeStepSize
(
nonLinearSolver
.
suggestTimeStepSize
(
timeLoop
->
timeStepSize
()));
// write vtk output
vtkWriter
.
write
(
timeLoop
->
time
());
if
(
timeLoop
->
isCheckPoint
()
||
timeLoop
->
finished
())
vtkWriter
.
write
(
timeLoop
->
time
());
}
while
(
!
timeLoop
->
finished
());
...
...
test/porousmediumflow/3pwateroil/implicit/problem.hh
View file @
1bff1979
...
...
@@ -317,8 +317,6 @@ private:
mutable
Scalar
massProducedWater_
;
std
::
string
name_
;
std
::
ofstream
massBalance
;
};
}
//end namespace
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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