Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
86f5b0b7
Commit
86f5b0b7
authored
Oct 04, 2017
by
Chris Cantwell
Browse files
Fix compile error.
parent
394c9e5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/MultiRegions/PreconditionerLowEnergy.cpp
View file @
86f5b0b7
...
...
@@ -1102,8 +1102,8 @@ namespace Nektar
//Block transposed transformation matrix
DNekScalBlkMat
&
RT
=
*
m_RTBlk
;
Array
<
OneD
,
NekDouble
>
tmp
=
pInOut
+
nDirBndDofs
;
NekVector
<
NekDouble
>
V_GlobHomBnd
(
nGlobHomBndDofs
,
tmp
,
eWrapper
);
Array
<
OneD
,
NekDouble
>
tmp
Offset
=
pInOut
+
nDirBndDofs
;
NekVector
<
NekDouble
>
V_GlobHomBnd
(
nGlobHomBndDofs
,
tmp
Offset
,
eWrapper
);
Array
<
OneD
,
NekDouble
>
pLocal
(
nLocBndDofs
,
0.0
);
NekVector
<
NekDouble
>
V_LocBnd
(
nLocBndDofs
,
pLocal
,
eWrapper
);
...
...
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