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
Lifeware
biocham
Commits
fec8f036
Commit
fec8f036
authored
Feb 06, 2020
by
HEMERY Mathieu
Browse files
Repare the continue option of rsbk, bifurcations is now working
parent
19c77706
Changes
1
Hide whitespace changes
Inline
Side-by-side
rosenbrock.pl
View file @
fec8f036
...
...
@@ -441,7 +441,15 @@ rosenbrock(Equations, InitialTime, Duration, MaxStSz, MinStSz, Jacobian, Fields)
%Collect the data for numerical table
findall
(
Row
,
(
saved_row
(
Data
),
Row
=..
[
row
|
Data
]),
RowList
),
retractall
(
saved_row
(
Data
)),
nb_setval
(
numerical_table
,
RowList
).
(
% patch to append the simulation when continue
nb_current
(
rsbk_continue
,
yes
)
->
nb_getval
(
numerical_table
,
PreviousList
),
append
(
PreviousList
,
RowList
,
Complete_list
)
;
Complete_list
=
RowList
),
nb_setval
(
numerical_table
,
Complete_list
).
%! rosenbrock_step(+Equations, +Jacobian, +Time, +CurrentState, +Parameters, +MaxStep, -NextState)
...
...
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