diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index b1a7817b..91948dd7 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-13T10:04:13","documenter_version":"1.5.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-13T21:45:03","documenter_version":"1.5.0"}} \ No newline at end of file diff --git a/dev/ANM/03eef309.svg b/dev/ANM/03eef309.svg new file mode 100644 index 00000000..246002c4 --- /dev/null +++ b/dev/ANM/03eef309.svg @@ -0,0 +1,355 @@ + + diff --git a/dev/ANM/2f65c6f5.svg b/dev/ANM/2f65c6f5.svg deleted file mode 100644 index e60ea59d..00000000 --- a/dev/ANM/2f65c6f5.svg +++ /dev/null @@ -1,57 +0,0 @@ - - diff --git a/dev/ANM/3bce4c18.svg b/dev/ANM/3bce4c18.svg new file mode 100644 index 00000000..899b78a7 --- /dev/null +++ b/dev/ANM/3bce4c18.svg @@ -0,0 +1,340 @@ + + diff --git a/dev/ANM/4df24580.svg b/dev/ANM/4df24580.svg deleted file mode 100644 index 1bd41245..00000000 --- a/dev/ANM/4df24580.svg +++ /dev/null @@ -1,344 +0,0 @@ - - diff --git a/dev/ANM/747dd246.svg b/dev/ANM/747dd246.svg deleted file mode 100644 index 642e68cd..00000000 --- a/dev/ANM/747dd246.svg +++ /dev/null @@ -1,359 +0,0 @@ - - diff --git a/dev/ANM/b755439e.svg b/dev/ANM/b755439e.svg new file mode 100644 index 00000000..12ee589a --- /dev/null +++ b/dev/ANM/b755439e.svg @@ -0,0 +1,57 @@ + + diff --git a/dev/ANM/index.html b/dev/ANM/index.html index 0bc97a19..10079e1d 100644 --- a/dev/ANM/index.html +++ b/dev/ANM/index.html @@ -24,20 +24,20 @@ ├─ 15 series of degree 20, tol = 1.0e-8 ├─ Number of points: 301 ├─ Type of vectors: Vector{Float64} - ├─ Parameter α starts at 6.666666666666667e-5, ends at 2.3377870136550096e-11 + ├─ Parameter α starts at 6.666666666666667e-5, ends at 3.783130954542138e-12 ├─ Algo: ANM └─ Special points: - # 1, bp at α ≈ +0.36763519 ∈ (+0.36787944, +0.36787944), |δp|=2e-11, [converged], δ = ( 1, 0), step = 27 -- # 2, bp at α ≈ +0.14908229 ∈ (+0.14936084, +0.14936135), |δp|=5e-07, [converged], δ = ( 1, 0), step = 69 -
You can plot the result as usual:
plot(branm)
You can also show the radius of convergence of each series:
plot(branm, plotseries = true)
Finally, for each series, we ca evaluate the residual norm:
plot()
+- # 2, bp at α ≈ +0.14872646 ∈ (+0.14936091, +0.14936164), |δp|=7e-07, [converged], δ = ( 1, 0), step = 67
+
You can plot the result as usual:
plot(branm)
You can also show the radius of convergence of each series:
plot(branm, plotseries = true)
Finally, for each series, we ca evaluate the residual norm:
plot()
for ii in eachindex(branm.polU)
s = LinRange(-0*branm.radius[ii], branm.radius[ii], 20)
plot!([branm.polp[ii].(s)], [norminf(F(branm.polU[ii](_s), BK.setparam(prob,branm.polp[ii](_s)))) for _s in s], legend = false, linewidth=5)#, marker=:d)
end
-title!("")
Charpentier, Isabelle, Bruno Cochelin, and Komlanvi Lampoh. “Diamanlab - An Interactive Taylor-Based Continuation Tool in MATLAB,” n.d., 12.
Rubbert, Lennart, Isabelle Charpentier, Simon Henein, and Pierre Renaud. “Higher-Order Continuation Method for the Rigid-Body Kinematic Design of Compliant Mechanisms”, n.d., 18.
Settings
This document was generated with Documenter.jl version 1.5.0 on Saturday 13 July 2024. Using Julia version 1.10.4.