@@ -183,7 +183,7 @@ first_order_transform!(diff_eom::DifferentialEquation, time)
183183Transforms a higher-order differential equation system into an equivalent first-order system by introducing additional variables. Modifies the system in place. The ` time ` parameter specifies the independent variable used for differentiation.
184184
185185
186- <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/39518d2ef8c9f1f88110a9aa604a60d9762d45b2 /src/DifferentialEquation.jl#L1 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
186+ <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/b0564666aa8e235f5613fe6852f86617d18e8b97 /src/DifferentialEquation.jl#L1 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
187187
188188</details >
189189
@@ -280,7 +280,7 @@ Harmonic equations:
280280
281281
282282
283- <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/39518d2ef8c9f1f88110a9aa604a60d9762d45b2 /src/HarmonicEquation.jl#L128-L169 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
283+ <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/b0564666aa8e235f5613fe6852f86617d18e8b97 /src/HarmonicEquation.jl#L128-L169 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
284284
285285</details >
286286
@@ -337,7 +337,7 @@ Harmonic equations:
337337
338338
339339
340- <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/39518d2ef8c9f1f88110a9aa604a60d9762d45b2 /src/krylov-bogoliubov.jl#L4 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
340+ <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/b0564666aa8e235f5613fe6852f86617d18e8b97 /src/krylov-bogoliubov.jl#L4 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
341341
342342</details >
343343
@@ -1273,21 +1273,21 @@ get_Jacobian(eom)
12731273Obtain the symbolic Jacobian matrix of ` eom ` . This is the linearised left-hand side of F(u) = du/dT.
12741274
12751275
1276- <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/39518d2ef8c9f1f88110a9aa604a60d9762d45b2 /src/Jacobian.jl#L6 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
1276+ <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/b0564666aa8e235f5613fe6852f86617d18e8b97 /src/Jacobian.jl#L6 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
12771277
12781278
12791279
12801280Obtain a Jacobian from a ` DifferentialEquation ` by first converting it into a ` HarmonicEquation ` .
12811281
12821282
1283- <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/39518d2ef8c9f1f88110a9aa604a60d9762d45b2 /src/Jacobian.jl#L24 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
1283+ <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/b0564666aa8e235f5613fe6852f86617d18e8b97 /src/Jacobian.jl#L24 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
12841284
12851285
12861286
12871287Get the Jacobian of a set of equations ` eqs ` with respect to the variables ` vars ` .
12881288
12891289
1290- <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/39518d2ef8c9f1f88110a9aa604a60d9762d45b2 /src/Jacobian.jl#L33 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
1290+ <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/b0564666aa8e235f5613fe6852f86617d18e8b97 /src/Jacobian.jl#L33 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
12911291
12921292</details >
12931293
@@ -1555,7 +1555,7 @@ ODEProblem(
15551555
15561556
15571557
1558- <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/39518d2ef8c9f1f88110a9aa604a60d9762d45b2 /ext/ModelingToolkitExt.jl#L128 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
1558+ <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/b0564666aa8e235f5613fe6852f86617d18e8b97 /ext/ModelingToolkitExt.jl#L128 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
15591559
15601560
15611561
@@ -1612,7 +1612,7 @@ ODEProblem(sys, [1.0, 0.0], (0, 100), param)
16121612
16131613
16141614
1615- <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/39518d2ef8c9f1f88110a9aa604a60d9762d45b2 /ext/ModelingToolkitExt.jl#L36 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
1615+ <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/b0564666aa8e235f5613fe6852f86617d18e8b97 /ext/ModelingToolkitExt.jl#L36 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
16161616
16171617
16181618
@@ -1642,7 +1642,7 @@ ODEProblem(sys, [1.0, 0.0], (0, 100), param)
16421642
16431643
16441644
1645- <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/39518d2ef8c9f1f88110a9aa604a60d9762d45b2 /ext/ModelingToolkitExt.jl#L82 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
1645+ <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/b0564666aa8e235f5613fe6852f86617d18e8b97 /ext/ModelingToolkitExt.jl#L82 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
16461646
16471647</details >
16481648
@@ -1683,7 +1683,7 @@ SteadyStateProblem(harmonic_eq, [1.0, 0.0], param)
16831683
16841684
16851685
1686- <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/39518d2ef8c9f1f88110a9aa604a60d9762d45b2 /ext/ModelingToolkitExt.jl#L200 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
1686+ <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/b0564666aa8e235f5613fe6852f86617d18e8b97 /ext/ModelingToolkitExt.jl#L200 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
16871687
16881688</details >
16891689
@@ -1724,7 +1724,7 @@ NonlinearProblem(harmonic_eq, [1.0, 0.0], param)
17241724
17251725
17261726
1727- <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/39518d2ef8c9f1f88110a9aa604a60d9762d45b2 /ext/ModelingToolkitExt.jl#L173 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
1727+ <Badge type =" info " class =" source-link " text =" source " ><a href =" https://github.com/QuantumEngineeredSystems/HarmonicBalance.jl/blob/b0564666aa8e235f5613fe6852f86617d18e8b97 /ext/ModelingToolkitExt.jl#L173 " target =" _blank " rel =" noreferrer " >source</a ></Badge >
17281728
17291729</details >
17301730
0 commit comments