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
30ffb42c
Commit
30ffb42c
authored
Jun 20, 2018
by
Dennis Gläser
Browse files
[md][subdomainboxlocalass] use template argument instead of capturing domainId
parent
39d16cd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/multidomain/subdomainboxlocalassembler.hh
View file @
30ffb42c
...
...
@@ -135,9 +135,9 @@ public:
// for the coupling blocks
using
namespace
Dune
::
Hybrid
;
forEach
(
integralRange
(
Dune
::
Hybrid
::
size
(
jacRow
)),
[
&
,
domainId
=
domainId
](
auto
&&
i
)
forEach
(
integralRange
(
Dune
::
Hybrid
::
size
(
jacRow
)),
[
&
](
auto
&&
i
)
{
if
(
i
!=
domainI
d
)
if
(
i
!=
i
d
)
this
->
assembleJacobianCoupling
(
i
,
jacRow
,
residual
,
gridVariables
);
});
...
...
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