Skip to content

Commit

Permalink
Make test acces linear response module
Browse files Browse the repository at this point in the history
  • Loading branch information
oameye authored and jkosata committed Nov 12, 2023
1 parent 80d4e09 commit f1c9ea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/limit_cycle.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

using HarmonicBalance
import HarmonicBalance.LinearResponse.plot_linear_response
@variables Δω, t, ω0, x(t), μ

natural_equation = d(d(x,t),t) - μ*(1-x^2) * d(x,t) + x
Expand Down

0 comments on commit f1c9ea9

Please sign in to comment.