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
Nektar
Nektar
Commits
86fcdf5a
Commit
86fcdf5a
authored
Jan 20, 2016
by
Douglas Serson
Committed by
Spencer Sherwin
Mar 04, 2016
Browse files
Minor change to DriverAdaptive
parent
edb788be
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/SolverUtils/DriverAdaptive.cpp
View file @
86fcdf5a
...
...
@@ -292,6 +292,7 @@ namespace Nektar
Driver
::
v_InitObject
(
out
);
// Initialise equation
m_equ
[
0
]
->
DoInitialise
();
m_equ
[
0
]
->
SetInitialStep
(
i
*
numSteps
);
m_equ
[
0
]
->
SetSteps
(
i
*
numSteps
+
numSteps
);
m_equ
[
0
]
->
SetTime
(
startTime
+
i
*
period
);
...
...
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