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
d5502a51
Commit
d5502a51
authored
Jul 06, 2018
by
Timo Koch
Browse files
[boundarytypes] Also set dirichlet/neumann true if setting couplingDirichlet/Neumann
parent
3ea4868e
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/boundarytypes.hh
View file @
d5502a51
...
...
@@ -198,6 +198,7 @@ public:
resetEq
(
eqIdx
);
boundaryInfo_
[
eqIdx
].
visited
=
true
;
boundaryInfo_
[
eqIdx
].
isCouplingDirichlet
=
true
;
boundaryInfo_
[
eqIdx
].
isDirichlet
=
true
;
}
/*!
...
...
@@ -209,6 +210,7 @@ public:
resetEq
(
eqIdx
);
boundaryInfo_
[
eqIdx
].
visited
=
true
;
boundaryInfo_
[
eqIdx
].
isCouplingNeumann
=
true
;
boundaryInfo_
[
eqIdx
].
isNeumann
=
true
;
}
/*!
...
...
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