Skip to content

Commit

Permalink
Update settings.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 19, 2024
1 parent 0645ef2 commit 7b0192c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ system:
sample_freq: 20 # sample frequency in Hz
zoom: 0.03 # zoom factor for the system view
kite_scale: 3.0 # relative zoom factor for the 4 point kite
fixed_font: "" # name or filepath+filename of alternative fixed pitch font
fixed_font: "" # name or filepath+filename of alternative fixed pitch font, e.g. Liberation Mono

initial:
l_tether: 150.0 # initial tether length [m]
Expand All @@ -18,7 +18,7 @@ initial:
solver:
abs_tol: 0.0006 # absolute tolerance of the DAE solver [m, m/s]
rel_tol: 0.001 # relative tolerance of the DAE solver [-]
linear_solver: "GMRES" # can be GMRES or Dense
linear_solver: "GMRES" # can be GMRES or LapackDense or Dense
max_order: 4 # maximal order, usually between 3 and 5
max_iter: 200 # max number of iterations of the steady-state-solver

Expand Down

0 comments on commit 7b0192c

Please sign in to comment.