Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
313b62b8
Commit
313b62b8
authored
May 19, 2022
by
Müller, Felix
Browse files
Add link to issue report
parent
98999a15
Changes
1
Hide whitespace changes
Inline
Side-by-side
amdis/datatransfers/InterpolationDataTransfer.inc.hpp
View file @
313b62b8
...
...
@@ -342,7 +342,7 @@ restrictLocal(Element const& father, NodeElementData& fatherDOFs, Trafo const& t
std
::
size_t
currentDOF
=
0
;
if
(
init
)
{
// TODO(FM): This is UB,
replace with FE cache for father
// TODO(FM): This is UB,
see https://gitlab.com/amdis/amdis/-/issues/16 (case 2)
bindTree
(
fatherNode
,
father
);
}
auto
const
&
childNode
=
*
node_
;
...
...
@@ -396,7 +396,7 @@ prolongLocal(Element const& father, NodeElementData const& fatherDOFs,
auto
&
fatherNode
=
*
fatherNode_
;
if
(
init
)
{
// TODO(FM): This is UB,
replace with FE cache for father
// TODO(FM): This is UB,
see https://gitlab.com/amdis/amdis/-/issues/16 (case 1)
bindTree
(
fatherNode
,
father
);
}
auto
const
&
childNode
=
*
node_
;
...
...
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