Skip to content
GitLab
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
6ab1ee95
Commit
6ab1ee95
authored
Dec 13, 2019
by
HEMERY Mathieu
Browse files
Use the option minimum_step_size in hybrid
parent
74a7faf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
hybrid.pl
View file @
6ab1ee95
...
...
@@ -221,6 +221,7 @@ hybrid_static_simulation(ODEFilename, StochFilename, OutFilename, Volume, Time)
format
(
Stream
,
"~n% Plot part~n~n"
,
[]),
format
(
Stream
,
"option(show: {}). % You can choose here which species you want to plot : option(show: {a_total,b_total,c_total,d_total}) to plot species a,b,c and d.~n"
,[]),
format
(
Stream
,
"option(minimum_step_size:1e-4).~n"
,
[]),
format
(
Stream
,
"numerical_simulation(method:rsbk, time: ~g).~n"
,
Time
),
format
(
Stream
,
"plot.~noption(show: {}).~n"
,
[]),
close
(
Stream
),
...
...
@@ -888,6 +889,7 @@ hybrid_dynamic_simulation(InputFile,OutFilename,Volume,Time,PropTresh,PartTresh)
format
(
Stream
,
"~n% Plot part~n~n"
,
[]),
print_show_option
(
SortedSpecies
,
Stream
),
format
(
Stream
,
"option(minimum_step_size:1e-4).~n"
,
[]),
format
(
Stream
,
"numerical_simulation(method:rsbk, time: ~g).~n"
,
[
Time
]),
format
(
Stream
,
"plot.~noption(show: {}).~n"
,[]),
close
(
Stream
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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