Skip to content

Commit

Permalink
left over from new settings paradigm
Browse files Browse the repository at this point in the history
  • Loading branch information
ducarme committed Feb 5, 2025
1 parent 5265cee commit f57d18b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions default_solver_settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ i_max = 5_000 # max number of increments to reach the prescribed force

detect_critical_points = false
bifurcate_at_simple_bifurcations = false # only has an effect if 'detect_critical_points' is enabled
critical_point_epsilon = 1e-3 # when detecting critical points, a point is assumed to be critical if the ratio eig_val / initial_stiffness < critical_point_epsilon
show_warnings = false
verbose = true
detail_verbose = false
Expand Down
2 changes: 2 additions & 0 deletions src/springable/dynamics/animation_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ def compute_requirements_for_animation(mdl: dynamics.DynamicModel, t, q, dqdt, f
_assembly.set_velocities(dqdt[0, :])

return (xmin, ymin, xmax, ymax), characteristic_length, color_handler, opacity_handler


0 comments on commit f57d18b

Please sign in to comment.