Skip to content

Commit

Permalink
build based on 15db411
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jun 23, 2024
1 parent c85a4a2 commit e0d51c8
Show file tree
Hide file tree
Showing 27 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion previews/PR70/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-23T20:41:38","documenter_version":"1.4.1"}}
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-23T20:47:26","documenter_version":"1.4.1"}}
30 changes: 15 additions & 15 deletions previews/PR70/docstrings/index.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"const DEPENDENCIES = [\"GLMakie\", \"Gmsh\", \"HMatrices\", \"IterativeSolvers\",\"LinearAlgebra\", \"LinearMaps\", \"SpecialFunctions\", \"GSL\", \"Meshes\"];\n",
"import Pkg\n",
"Pkg.activate(temp=true)\n",
"Pkg.add(url=\"https://github.com/IntegralEquations/Inti.jl\", rev=\"f2f99b55831d2fa75c43e00bbf6acdc1d49698be\")\n",
"Pkg.add(url=\"https://github.com/IntegralEquations/Inti.jl\", rev=\"15db41142924b82fa8018d7c9fdb371ab2668053\")\n",
"foreach(Pkg.add, DEPENDENCIES)"
],
"metadata": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
meshsize = λ / 5
gmsh_circle(; meshsize, order = gorder, name)</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Info : Meshing 1D...
Info : Meshing curve 1 (Ellipse)
Info : Done meshing 1D (Wall 0.000226928s, CPU 0.000224s)
Info : Done meshing 1D (Wall 0.000224745s, CPU 0.000223s)
Info : 63 nodes 64 elements
Info : Meshing order 2 (curvilinear on)...
Info : [ 0%] Meshing curve 1 order 2
Info : [ 50%] Meshing surface 1 order 2
Info : Done meshing order 2 (Wall 0.000588197s, CPU 0.000547s)
Info : Done meshing order 2 (Wall 0.000588192s, CPU 0.000548s)
Info : Writing &#39;/home/lfaria/runner-integral-equations/_work/Inti.jl/Inti.jl/docs/build/examples/generated/circle.msh&#39;...
Info : Done writing &#39;/home/lfaria/runner-integral-equations/_work/Inti.jl/Inti.jl/docs/build/examples/generated/circle.msh&#39;</code></pre><p>We can now import the file and parse the mesh and domain information into <code>Inti.jl</code> using the <a href="../../../docstrings/#Inti.import_mesh-Tuple"><code>import_mesh</code></a> function:</p><pre><code class="language-julia hljs">Inti.clear_entities!() # empty the entity cache
msh = Inti.import_mesh(name; dim = 2)</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Inti.LagrangeMesh{2, Float64} containing:
Expand Down Expand Up @@ -200,7 +200,7 @@
x = 2 * x̂
return abs(uₛ(x) - uₑ(x))
end
@info &quot;error with correction = $er&quot;</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">[ Info: error with correction = 3.170826335422198e-5</code></pre><p>We see that, once again, the approximation is quite accurate. Let us now visualize the solution on the punctured plane (which we labeled as &quot;sigma&quot;). Since evaluating the integral representation of the solution at many points is expensive, we will use again use a method to accelerate the evaluation:</p><pre><code class="language-julia hljs">Σ_msh = view(msh, Σ)
@info &quot;error with correction = $er&quot;</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">[ Info: error with correction = 3.290222690668637e-5</code></pre><p>We see that, once again, the approximation is quite accurate. Let us now visualize the solution on the punctured plane (which we labeled as &quot;sigma&quot;). Since evaluating the integral representation of the solution at many points is expensive, we will use again use a method to accelerate the evaluation:</p><pre><code class="language-julia hljs">Σ_msh = view(msh, Σ)
target = Inti.nodes(Σ_msh)

S, D = Inti.single_double_layer(;
Expand All @@ -221,4 +221,4 @@
ax = Axis3(fig[1, 1]; aspect = :data)
viz!(Γ_msh; colorrange, colormap, color = zeros(nv), interpolate = true)
viz!(Σ_msh; colorrange, colormap, color = real(u_eval_msh))
cb = Colorbar(fig[1, 2]; label = &quot;real(u)&quot;, colormap, colorrange)</code></pre><img src="21c4b41f.png" alt="Example block output"/><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../toy_example/">« Toy example</a><a class="docs-footer-nextpage" href="../../../references/">References »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.1 on <span class="colophon-date" title="Sunday 23 June 2024 20:41">Sunday 23 June 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
cb = Colorbar(fig[1, 2]; label = &quot;real(u)&quot;, colormap, colorrange)</code></pre><img src="21c4b41f.png" alt="Example block output"/><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../toy_example/">« Toy example</a><a class="docs-footer-nextpage" href="../../../references/">References »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.1 on <span class="colophon-date" title="Sunday 23 June 2024 20:47">Sunday 23 June 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion previews/PR70/examples/generated/poisson.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"const DEPENDENCIES = [\"CairoMakie\", \"Gmsh\", \"HMatrices\", \"IterativeSolvers\",\"LinearAlgebra\", \"LinearMaps\", \"SpecialFunctions\", \"GSL\", \"FMM3D\", \"FMM2D\", \"Meshes\"];\n",
"import Pkg\n",
"Pkg.activate(temp=true)\n",
"Pkg.add(url=\"https://github.com/IntegralEquations/Inti.jl\", rev=\"f2f99b55831d2fa75c43e00bbf6acdc1d49698be\")\n",
"Pkg.add(url=\"https://github.com/IntegralEquations/Inti.jl\", rev=\"15db41142924b82fa8018d7c9fdb371ab2668053\")\n",
"foreach(Pkg.add, DEPENDENCIES)"
],
"metadata": {},
Expand Down
2 changes: 1 addition & 1 deletion previews/PR70/examples/generated/stokes_drag.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"const DEPENDENCIES = [\"Gmsh\", \"LinearAlgebra\", \"StaticArrays\"];\n",
"import Pkg\n",
"Pkg.activate(temp=true)\n",
"Pkg.add(url=\"https://github.com/IntegralEquations/Inti.jl\", rev=\"f2f99b55831d2fa75c43e00bbf6acdc1d49698be\")\n",
"Pkg.add(url=\"https://github.com/IntegralEquations/Inti.jl\", rev=\"15db41142924b82fa8018d7c9fdb371ab2668053\")\n",
"foreach(Pkg.add, DEPENDENCIES)"
],
"metadata": {},
Expand Down
2 changes: 1 addition & 1 deletion previews/PR70/examples/generated/toy_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"const DEPENDENCIES = [];\n",
"import Pkg\n",
"Pkg.activate(temp=true)\n",
"Pkg.add(url=\"https://github.com/IntegralEquations/Inti.jl\", rev=\"f2f99b55831d2fa75c43e00bbf6acdc1d49698be\")\n",
"Pkg.add(url=\"https://github.com/IntegralEquations/Inti.jl\", rev=\"15db41142924b82fa8018d7c9fdb371ab2668053\")\n",
"foreach(Pkg.add, DEPENDENCIES)"
],
"metadata": {},
Expand Down
Loading

0 comments on commit e0d51c8

Please sign in to comment.