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
996c4e97
Commit
996c4e97
authored
Jul 16, 2021
by
Kilian Weishaupt
Committed by
Timo Koch
Jul 18, 2021
Browse files
[porousmediumflow][velocity] Remove namespace Dune from referenceElement
* allow ADL
parent
fe076627
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/porousmediumflow/velocity.hh
View file @
996c4e97
...
...
@@ -171,7 +171,7 @@ public:
}
// get the transposed Jacobian of the element mapping
const
auto
refElement
=
Dune
::
referenceElement
(
geometry
);
const
auto
refElement
=
referenceElement
(
geometry
);
const
auto
&
localPos
=
refElement
.
position
(
0
,
0
);
const
auto
jacobianT2
=
geometry
.
jacobianTransposed
(
localPos
);
...
...
Timo Koch
@timok
mentioned in commit
3d01ba9b
·
Jul 18, 2021
mentioned in commit
3d01ba9b
mentioned in commit 3d01ba9b389e96ef60e5a4365b476e10358637d5
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!2718 (merged)
·
Jul 18, 2021
mentioned in merge request
!2718 (merged)
mentioned in merge request !2718
Toggle commit list
Write
Preview
Markdown
is supported
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