Skip to content

Make symbolics a Module #587

Make symbolics a Module

Make symbolics a Module #587

Triggered via pull request October 14, 2024 10:24
Status Success
Total duration 12m 55s
Artifacts

Documentation.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Documentation: ../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
failed to run `@example` block in src/tutorials/limit_cycles.md:103-114 ```@example lc using OrdinaryDiffEqTsit5 initial_state = result[1][1] T = 2e6 sweep = ParameterSweep(F0 => (0.002, 0.011), (0,T)) # start from initial_state, use sweep, total time is 2*T time_problem = ODEProblem(harmonic_eq, initial_state, sweep=sweep, timespan=(0,2*T)) time_evo = solve(time_problem, saveat=100); nothing # hide ``` exception = Default algorithm choices require DifferentialEquations.jl. Please specify an algorithm (e.g., `solve(prob, Tsit5())` or `init(prob, Tsit5())` for an ODE) or import DifferentialEquations directly. You can find the list of available solvers at https://diffeq.sciml.ai/stable/solvers/ode_solve/ and its associated pages. Some of the types have been truncated in the stacktrace for improved reading. To emit complete information in the stack trace, evaluate `TruncatedStacktraces.VERBOSE[] = true` and re-run the code. Stacktrace: [1] __solve(prob::ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, SciMLBase.NullParameters, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, SciMLBase.NullParameters, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, SciMLBase.NullParameters, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, SciMLBase.NullParameters, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing, Nothing, Nothing, Nothing, Nothing}, @kwargs{}, SciMLBase.StandardODEProblem}, args::Nothing; default_set::Bool, second_time::Bool, kwargs::@kwargs{saveat::Int64}) @ DiffEqBase ~/.julia/packages/DiffEqBase/ODi5x/src/solve.jl:1403 [2] __solve(::ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, SciMLBase.NullParameters, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, SciMLBase.NullParameters, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, SciMLBase.NullParameters, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, SciMLBase.NullParameters, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing, Nothing, No
Documentation: ../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
failed to run `@example` block in src/tutorials/limit_cycles.md:116-118 ```@example lc plot(time_evo, "sqrt(u1^2 + v1^2)", harmonic_eq) ``` exception = UndefVarError: `time_evo` not defined in `Main.__atexample__named__lc` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] top-level scope @ limit_cycles.md:117 [2] eval @ ./boot.jl:430 [inlined] [3] #60 @ ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:754 [inlined] [4] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:753 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [9] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:752
Documentation: ../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
failed to run `@example` block in src/tutorials/limit_cycles.md:123-127 ```@example lc p1 = plot(time_evo, ["u1", "v1"], harmonic_eq) p2 = plot(time_evo, ["u2", "v2"], harmonic_eq) plot(p1, p2) ``` exception = UndefVarError: `time_evo` not defined in `Main.__atexample__named__lc` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] top-level scope @ limit_cycles.md:124 [2] eval @ ./boot.jl:430 [inlined] [3] #60 @ ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:754 [inlined] [4] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:753 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [9] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:752
Documentation: ../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
failed to run `@example` block in src/tutorials/time_dependent.md:44-50 ```@example time_dependent using OrdinaryDiffEq x0 = [0.; 0.] # initial condition fixed = (ω0 => 1.0, γ => 1e-2, λ => 5e-2, F => 1e-3, α => 1.0, η => 0.3, θ => 0, ω => 1.0) # parameter values ode_problem = ODEProblem(harmonic_eq, fixed, x0 = x0, timespan = (0,1000)) ``` exception = ArgumentError: Package OrdinaryDiffEq not found in current path. - Run `import Pkg; Pkg.add("OrdinaryDiffEq")` to install the OrdinaryDiffEq package. Stacktrace: [1] macro expansion @ ./loading.jl:2208 [inlined] [2] macro expansion @ ./lock.jl:273 [inlined] [3] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2183 [4] #invoke_in_world#3 @ ./essentials.jl:1088 [inlined] [5] invoke_in_world @ ./essentials.jl:1085 [inlined] [6] require(into::Module, mod::Symbol) @ Base ./loading.jl:2176 [7] eval @ ./boot.jl:430 [inlined] [8] #60 @ ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:754 [inlined] [9] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [10] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:753 [11] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [12] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [13] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [14] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [15] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:752
Documentation: ../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
failed to run `@example` block in src/tutorials/time_dependent.md:53-56 ```@example time_dependent time_evo = solve(ode_problem, saveat=1.0); plot(time_evo, ["u1", "v1"], harmonic_eq) ``` exception = UndefVarError: `solve` not defined in `Main.__atexample__named__time_dependent` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in HomotopyContinuation. Hint: a global variable of this name also exists in SciMLBase. Hint: a global variable of this name also exists in DiffEqBase. Hint: a global variable of this name also exists in JumpProcesses. Hint: a global variable of this name also exists in LinearSolve. Hint: a global variable of this name also exists in SimpleNonlinearSolve. Hint: a global variable of this name also exists in NonlinearSolve. Hint: a global variable of this name also exists in OrdinaryDiffEqCore. Hint: a global variable of this name also exists in OrdinaryDiffEqTsit5. Hint: a global variable of this name also exists in TimeEvolution. Hint: a global variable of this name also exists in SteadyStateDiffEq. Stacktrace: [1] top-level scope @ time_dependent.md:54 [2] eval @ ./boot.jl:430 [inlined] [3] #60 @ ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:754 [inlined] [4] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:753 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [9] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:752
Documentation: ../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
failed to run `@example` block in src/tutorials/time_dependent.md:59-64 ```@example time_dependent x0 = [0.2; 0.2] # initial condition ode_problem = remake(ode_problem, u0 = x0) time_evo = solve(ode_problem, saveat=1.0); plot(time_evo, ["u1", "v1"], harmonic_eq) ``` exception = UndefVarError: `remake` not defined in `Main.__atexample__named__time_dependent` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in SciMLBase. Hint: a global variable of this name also exists in DiffEqBase. Hint: a global variable of this name also exists in JumpProcesses. Hint: a global variable of this name also exists in LinearSolve. Hint: a global variable of this name also exists in SimpleNonlinearSolve. Hint: a global variable of this name also exists in NonlinearSolve. Hint: a global variable of this name also exists in OrdinaryDiffEqCore. Hint: a global variable of this name also exists in OrdinaryDiffEqTsit5. Hint: a global variable of this name also exists in SteadyStateDiffEq. Stacktrace: [1] top-level scope @ time_dependent.md:61 [2] eval @ ./boot.jl:430 [inlined] [3] #60 @ ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:754 [inlined] [4] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:753 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [9] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:752
Documentation: ../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
failed to run `@example` block in src/tutorials/time_dependent.md:67-71 ```@example time_dependent varied = ω => range(0.9, 1.1, 100) result = get_steady_states(harmonic_eq, varied, fixed) plot(result, "sqrt(u1^2 + v1^2)") ``` exception = UndefVarError: `fixed` not defined in `Main.__atexample__named__time_dependent` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in HomotopyContinuation. Stacktrace: [1] top-level scope @ time_dependent.md:69 [2] eval @ ./boot.jl:430 [inlined] [3] #60 @ ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:754 [inlined] [4] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:753 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [9] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:752
Documentation: ../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
failed to run `@example` block in src/tutorials/time_dependent.md:86-90 ```@example time_dependent ode_problem = ODEProblem(harmonic_eq, fixed, sweep=sweep, x0=[0.1;0.0], timespan=(0, 2e4)) time_evo = solve(ode_problem, saveat=100) plot(time_evo, "sqrt(u1^2 + v1^2)", harmonic_eq) ``` exception = UndefVarError: `ODEProblem` not defined in `Main.__atexample__named__time_dependent` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in SciMLBase. Hint: a global variable of this name also exists in DiffEqBase. Hint: a global variable of this name also exists in JumpProcesses. Hint: a global variable of this name also exists in LinearSolve. Hint: a global variable of this name also exists in SimpleNonlinearSolve. Hint: a global variable of this name also exists in NonlinearSolve. Hint: a global variable of this name also exists in ModelingToolkit. Hint: a global variable of this name also exists in ModelingToolkitExt. Hint: a global variable of this name also exists in OrdinaryDiffEqCore. Hint: a global variable of this name also exists in OrdinaryDiffEqTsit5. Hint: a global variable of this name also exists in TimeEvolution. Hint: a global variable of this name also exists in SteadyStateDiffEq. Stacktrace: [1] top-level scope @ time_dependent.md:87 [2] eval @ ./boot.jl:430 [inlined] [3] #60 @ ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:754 [inlined] [4] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:753 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [9] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:752
Documentation: ../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
95 docstrings not included in the manual: HarmonicBalance.ExprUtils.max_power :: Tuple{Num, Num} HarmonicBalance.ExprUtils.substitute_all :: Tuple{Dict, Dict} HarmonicBalance.newton :: Tuple{Result, OrderedCollections.OrderedDict} HarmonicBalance.LinearResponse.get_implicit_Jacobian :: Tuple{HarmonicEquation} HarmonicBalance.ExprUtils.expand_all :: Tuple{Any} HarmonicBalance.find_branch_order :: Tuple{Vector{BitVector}} HarmonicBalance._apply_mask :: Tuple{Array{Vector{ComplexF64}}, Any} HarmonicBalance._parse_symbol_names :: Tuple{Problem} HarmonicBalance._get_mask :: Union{Tuple{Any, Any}, Tuple{Any, Any, Any}} HarmonicBalance.ExprUtils.fourier_cos_term :: Tuple{Any, Any, Any} HarmonicBalance.ExprUtils.trig_reduce :: Tuple{Any} HarmonicBalance.is_physical :: Tuple{OrderedCollections.OrderedDict{Num, ComplexF64}, Result} HarmonicBalance._parameters :: Tuple{HarmonicEquation} HarmonicBalance._get_raw_solution :: Tuple{Problem, Any} HarmonicBalance.LinearResponse.evaluate_response_matrix :: Tuple{HarmonicBalance.LinearResponse.ResponseMatrix, OrderedCollections.OrderedDict{Num, ComplexF64}, Any} HarmonicBalance.HC_wrapper.declare_variable :: Tuple{String} HarmonicBalance.FFTWExt.FFT :: Tuple{Any, Any} HarmonicBalance.get_single_solution :: Tuple{Result} HarmonicBalance.LinearResponse._pair_to_peaks :: Tuple{Any, Vector} HarmonicBalance._reorder_nested :: Tuple{Array, Vector{Int64}} HarmonicBalance.HC_wrapper.Num_to_Variable :: Tuple{Num} HarmonicBalance.HC_wrapper.Num_to_Variable :: Tuple{Dict{Num, ComplexF64}} HarmonicBalance.ExprUtils.add_div :: Tuple{Any} HarmonicBalance.ExprUtils.is_trig :: Tuple{Num} HarmonicBalance.get_distance_matrix :: Tuple{Vector{Vector{ComplexF64}}, Vector{Vector{ComplexF64}}} HarmonicBalance.get_distance_matrix :: Tuple{Vector{Vector{Vector{ComplexF64}}}, Vector{Vector{ComplexF64}}} HarmonicBalance.ExprUtils._apply_termwise :: Tuple{Any, SymbolicUtils.BasicSymbolic} HarmonicBalance.plot_1D_solutions_branch :: Tuple{Int64, Result} HarmonicBalance.LimitCycles.get_limit_cycles :: Tuple{HarmonicEquation, Any, Any, Any} HarmonicBalance.align_pair :: Tuple{Any, Vector{Vector{ComplexF64}}} HarmonicBalance.LimitCycles._cycle_Problem :: Tuple{HarmonicEquation, Num} HarmonicBalance.is_repetitive :: Tuple{Any} HarmonicBalance.to_lab_frame_velocity :: Tuple{Result, Any} HarmonicBalance.rearrange! :: Tuple{HarmonicEquation, Vector{Num}} HarmonicBalance.LimitCycles.get_cycle_variables :: Tuple{HarmonicEquation, Num} HarmonicBalance.to_lab_frame :: Tuple{Result, Any} HarmonicBalance._solve_warmup :: Tuple{Problem, Any, Any} HarmonicBalance.LimitCycles.add_pairs! :: Tuple{DifferentialEquation} HarmonicBalance._realify :: Tuple{Array{T} where T<:Number} HarmonicBalance.sort_1D :: Tuple{Vector{Vector{Vector{ComplexF64}}}} RecipesBase.plot! :: Tuple{Result, Vararg{Any}} HarmonicBalance.var_name :: Tuple{Num} HarmonicBalance.LinearResponse.add_peak :: Tuple{HarmonicBalance.LinearResponse.JacobianSpectrum, HarmonicBalance.LinearResponse.Lorentzian} HarmonicBalance.LinearResponse.add_peak :: Tuple{HarmonicBalance.LinearResponse.JacobianSpectrum, HarmonicBalance.LinearResponse.JacobianSpectrum} HarmonicBalance.LinearResponse._get_as :: Tuple{Vector{HarmonicVariable}} HarmonicBalance.simplify! :: Tuple{HarmonicEquation} HarmonicBalance.ExprUtils.fourier_sin_term :: Tuple{Any, Any, Any} HarmonicBalance.pad_solutions :: Tuple{Array{Vector{Vector{ComplexF64}}}} HarmonicBalance.ExprUtils.trig_to_exp :: Tuple{Num} HarmonicBalance.get_variables_nums :: Tuple{Vector{Num}} Symbolics.get_variables :: Tuple{HarmonicEquation} HarmonicBalance.ExprUtils._fourier_term :: NTuple{4, Any} HarmonicBalance._compile_Jacobian :: Tuple{Problem, OrderedCollections.OrderedDict{Num, Vector{Union{Float64, ComplexF64}}}, OrderedCollections.OrderedDict{Num, Float64}} HarmonicBalance.classify_branch :: Tuple{Result, Int64, String}
Documentation: ../../../.julia/packages/DocumenterVitepress/8qgu7/src/vitepress_config.jl#L111
DocumenterVitepress: No logo.png file found in `docs/src/assets`. Skipping logo replacement.