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
67be7321
Commit
67be7321
authored
Oct 04, 2017
by
Chris Cantwell
Browse files
Another compile error fixed.
parent
86f5b0b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/MultiRegions/PreconditionerLowEnergy.cpp
View file @
67be7321
...
...
@@ -1006,8 +1006,8 @@ namespace Nektar
int
nLocBndDofs
=
m_locToGloMap
->
GetNumLocalBndCoeffs
();
//Non-dirichlet boundary dofs
Array
<
OneD
,
NekDouble
>
tmp
=
pInOut
+
offset
;
NekVector
<
NekDouble
>
F_HomBnd
(
nGlobHomBndDofs
,
tmp
,
eWrapper
);
Array
<
OneD
,
NekDouble
>
tmp
Offset
=
pInOut
+
offset
;
NekVector
<
NekDouble
>
F_HomBnd
(
nGlobHomBndDofs
,
tmp
Offset
,
eWrapper
);
//Block transformation matrix
DNekScalBlkMat
&
R
=
*
m_RBlk
;
...
...
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