Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenCARP Actors
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Numerical_Simulations_Lab
Cardiac
OpenCARP Actors
Commits
28e5fd63
Commit
28e5fd63
authored
1 year ago
by
KyleKlenk
Browse files
Options
Downloads
Patches
Plain Diff
Added additional options to the config files
parent
b7784c0f
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
simulations/input/config_official.toml
+6
-5
6 additions, 5 deletions
simulations/input/config_official.toml
tests/input/config_test.toml
+5
-4
5 additions, 4 deletions
tests/input/config_test.toml
with
13 additions
and
9 deletions
.gitignore
+
2
−
0
View file @
28e5fd63
...
...
@@ -2,3 +2,5 @@
results.csv
tests/output/*
simulations/output/*
simulations/input/screenlog.0
simulations/output*
This diff is collapsed.
Click to expand it.
simulations/input/config_official.toml
+
6
−
5
View file @
28e5fd63
...
...
@@ -5,19 +5,20 @@ results_file = "results.csv"
tolerance
=
1000
# s1 parameters
s1_min
=
1.0e7
s1_max
=
3.0e7
s1_min
=
28167114.0
s1_max
=
28167700.0
# s2 parameters
s2_args
=
[
'openCARP'
,
'+F'
,
'/code/openCARP-Actors/simulations/input/s2.par'
]
s2_min
=
1.0e
8
s2_max
=
3
.0e8
s2_min
=
1.0e
7
s2_max
=
1
.0e8
s2_interval_min
=
185
s2_interval_max
=
205
s2_interval_increment
=
1
skip_S1
=
true
# If True we use S1_max as the stimulus strength for S1 in the S2 simulation.
[petsc]
[openCARP]
args
=
[
'openCARP'
,
'+F'
,
'/code/openCARP-Actors/simulations/input/s1.par'
]
\ No newline at end of file
args
=
[
'openCARP'
,
'+F'
,
'/code/openCARP-Actors/simulations/input/s1.par'
]
This diff is collapsed.
Click to expand it.
tests/input/config_test.toml
+
5
−
4
View file @
28e5fd63
...
...
@@ -5,19 +5,20 @@ results_file = "/code/openCARP-Actors/tests/output/results.csv"
tolerance
=
1
# s1 parameters
s1_min
=
1
.0
s1_max
=
2
50
.0
s1_min
=
32
.0
s1_max
=
3
2.0
# s2 parameters
s2_args
=
[
'openCARP'
,
'+F'
,
'/
/
code/openCARP-Actors/tests/input/s2.par'
]
s2_args
=
[
'openCARP'
,
'+F'
,
'/code/openCARP-Actors/tests/input/s2.par'
]
s2_min
=
100.0
s2_max
=
500.0
s2_interval_min
=
245
s2_interval_max
=
250
s2_interval_increment
=
5
skip_S1
=
true
# If True we use S1_max as the stimulus strength for S1 in the S2 simulation.
[petsc]
[openCARP]
args
=
[
'openCARP'
,
'+F'
,
'//code/openCARP-Actors/tests/input/s1.par'
]
\ No newline at end of file
args
=
[
'openCARP'
,
'+F'
,
'/code/openCARP-Actors/tests/input/s1.par'
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment