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
66cde6b4
Commit
66cde6b4
authored
Mar 28, 2019
by
Ivan Buntic
Browse files
Update test/freeflow/stokes_fem/stokesfemtestproblemChannel.hh
parent
d5897360
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/freeflow/stokes_fem/stokesfemtestproblemChannel.hh
View file @
66cde6b4
...
...
@@ -189,8 +189,6 @@ public:
PrimaryVariables
neumannAtPos
(
const
GlobalPosition
&
globalPos
)
const
{
PrimaryVariables
values
(
0.0
);
const
Scalar
time
=
this
->
timeManager
().
time
()
+
this
->
timeManager
().
timeStepSize
();
const
Scalar
velocityVariation
=
0.2
;
if
(
onRightBoundary_
(
globalPos
))
values
[
Indices
::
velocityXIdx
]
=
0
;
...
...
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