Skip to content

Commit

Permalink
Update documentation to specify 'HarmonicBalance.Problem' and remove …
Browse files Browse the repository at this point in the history
…threading from get_steady_states example
  • Loading branch information
oameye committed Nov 3, 2024
1 parent 528e176 commit 2dcdc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/manual/solving_harmonics.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ having called `get_harmonic_equations`, we need to set all time-derivatives to z
Once defined, a `Problem` can be solved for a set of input parameters using `get_steady_states` to obtain `Result`.

```@docs
Problem
HarmonicBalance.Problem
get_steady_states
HarmonicBalance.Result
```
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/classification.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We performe a 2d sweep in the driving frequency $\omega$ and driving strength $\
fixed = (ω₀ => 1.0, γ => 0.002, α => 1.0)
varied = (ω => range(0.99, 1.01, 100), λ => range(1e-6, 0.03, 100))
result_2D = get_steady_states(harmonic_eq, varied, fixed, threading=true)
result_2D = get_steady_states(harmonic_eq, varied, fixed)
```
By default the steady states of the system are classified by four different catogaries:
* `physical`: Solutions that are physical, i.e., all variables are purely real.
Expand Down

0 comments on commit 2dcdc1a

Please sign in to comment.