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
d9cb60b0
Commit
d9cb60b0
authored
May 22, 2022
by
Praetorius, Simon
Browse files
Merge branch 'issue/add_ref_to_issue' into 'master'
Add link to issue report See merge request amdis/amdis!89
parents
6a062761
313b62b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
amdis/datatransfers/InterpolationDataTransfer.inc.hpp
View file @
d9cb60b0
...
...
@@ -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