Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Perry
Nektar
Commits
659e4c71
Commit
659e4c71
authored
Oct 23, 2013
by
Ale
Browse files
fixed bug in forcing sign (Vsub/Vadd)
parent
489ca044
Changes
1
Hide whitespace changes
Inline
Side-by-side
solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionScheme.cpp
View file @
659e4c71
...
...
@@ -456,7 +456,7 @@ namespace Nektar
for
(
int
i
=
0
;
i
<
m_nConvectiveFields
;
++
i
)
{
Vmath
::
V
sub
(
nqtot
,
outarray
[
i
],
1
,
m_wavyForcing
[
i
],
1
,
outarray
[
i
],
1
);
Vmath
::
V
add
(
nqtot
,
outarray
[
i
],
1
,
m_wavyForcing
[
i
],
1
,
outarray
[
i
],
1
);
}
}
...
...
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