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
dg
dg
Commits
e3af1bdd
Commit
e3af1bdd
authored
Oct 21, 2016
by
Valentin Vallaeys
Committed by
Philippe Delandmeter
Oct 21, 2016
Browse files
fix slimInputRead in NODE_MODE on faces
parent
104569d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/slimFunction/slimFunction.cpp
View file @
e3af1bdd
...
...
@@ -1030,7 +1030,7 @@ void slimInputRead::operator()(functorCache &cm, fullMatrix<double> &val) const
}
else
{
const
MElement
*
el
=
cm
.
element
(
i
);
const
auto
&
cl
=
cm
.
interfaceGroup
()
->
closure
(
i
,
0
);
const
auto
&
cl
=
cm
.
interfaceGroup
()
->
closure
(
cm
.
interfaceId
(
i
)
,
0
);
for
(
size_t
j
=
0
;
j
<
cl
.
size
();
++
j
){
int
node
=
cm
.
groupCollection
().
mesh
().
gmshVertexId
(
el
->
vertices
()[
cl
[
j
]]);
int
index
=
_mapArray
[
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