Skip to content

Commit dd1c64c

Browse files
author
Documenter.jl
committed
build based on 2e40849
1 parent 84ec044 commit dd1c64c

File tree

19 files changed

+223
-212
lines changed

19 files changed

+223
-212
lines changed

dev/.documenter-siteinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-29T13:51:21","documenter_version":"1.8.0"}}
1+
{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-29T15:07:12","documenter_version":"1.8.0"}}

dev/allindex/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
p2 = moveto!(b,[1,0,1])
3737
p3 = moveto!(b,[1,1,1])
3838
p4 = moveto!(b,[0,1,1])
39-
polyfacet!(b,[p1,p2,p3,p4])</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/WIAS-PDELib/SimplexGridFactory.jl">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="SimplexGridFactory.mesh3d!-Tuple{Any, Any}" href="#SimplexGridFactory.mesh3d!-Tuple{Any, Any}"><code>SimplexGridFactory.mesh3d!</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs"> mesh3d!(builder, mesh; translate=(0,0,0), cellregion=0, hole=false)</code></pre><p>Incorporate 3d model from mesh. </p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/WIAS-PDELib/SimplexGridFactory.jl">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="SimplexGridFactory.model3d!-Tuple{Any, String}" href="#SimplexGridFactory.model3d!-Tuple{Any, String}"><code>SimplexGridFactory.model3d!</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">model3d!(builder, filename; translate=(0,0,0), cellregion=0, hole=false)</code></pre><p>Load 3D model from file. File formats are those supported by <a href="https://github.com/JuliaIO/MeshIO.jl">MeshIO.jl</a>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/WIAS-PDELib/SimplexGridFactory.jl">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="SimplexGridFactory.moveto!-Tuple{SimplexGridBuilder, Any}" href="#SimplexGridFactory.moveto!-Tuple{SimplexGridBuilder, Any}"><code>SimplexGridFactory.moveto!</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">moveto!(builder, pt)</code></pre><p>Move the (virtual) pen to the target point pt (2D, 3D). pt is either an existing point index or a table of point coordinates. In the latter case, the point is added. It returns index of the target point.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/WIAS-PDELib/SimplexGridFactory.jl">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="SimplexGridFactory.rect2d!-Tuple{SimplexGridBuilder, Any, Any}" href="#SimplexGridFactory.rect2d!-Tuple{SimplexGridBuilder, Any, Any}"><code>SimplexGridFactory.rect2d!</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">rect2d!(builder, sw, ne; facetregions=nothing)</code></pre><p>Add points and facets describing a rectangle via points describing its south-west and north-east corners. On default, the corresponding facet regions are deduced from the current facetregion. Alternatively, a 4-vector of facetregions can be passed.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/WIAS-PDELib/SimplexGridFactory.jl">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="SimplexGridFactory.rect3d!-Tuple{SimplexGridBuilder, Any, Any}" href="#SimplexGridFactory.rect3d!-Tuple{SimplexGridBuilder, Any, Any}"><code>SimplexGridFactory.rect3d!</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">rect3d!(builder, bsw, tne; facetregions=nothing)</code></pre><p>Add points and facets describing a qudrilateral via points describing its bottom south-west and top north-east corners. On default, the corresponding facet regions are deduced from the current facetregion. Alternatively, a 6-vector of facetregions can be passed (in the sequence s-e-n-w-b-t)</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/WIAS-PDELib/SimplexGridFactory.jl">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="SimplexGridFactory.sphere!-Tuple{SimplexGridBuilder, Any, Any}" href="#SimplexGridFactory.sphere!-Tuple{SimplexGridBuilder, Any, Any}"><code>SimplexGridFactory.sphere!</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">sphere!(builder, center, radius; nref=3)</code></pre><p>Add points and facets approximating a sphere. <code>nref</code> is a refinement level.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/WIAS-PDELib/SimplexGridFactory.jl">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../changes/">« Changes</a><a class="docs-footer-nextpage" href="../script_examples/examples2d/">examples2d »</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><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Friday 29 November 2024 13:51">Friday 29 November 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
39+
polyfacet!(b,[p1,p2,p3,p4])</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/WIAS-PDELib/SimplexGridFactory.jl">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="SimplexGridFactory.mesh3d!-Tuple{Any, Any}" href="#SimplexGridFactory.mesh3d!-Tuple{Any, Any}"><code>SimplexGridFactory.mesh3d!</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs"> mesh3d!(builder, mesh; translate=(0,0,0), cellregion=0, hole=false)</code></pre><p>Incorporate 3d model from mesh. </p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/WIAS-PDELib/SimplexGridFactory.jl">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="SimplexGridFactory.model3d!-Tuple{Any, String}" href="#SimplexGridFactory.model3d!-Tuple{Any, String}"><code>SimplexGridFactory.model3d!</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">model3d!(builder, filename; translate=(0,0,0), cellregion=0, hole=false)</code></pre><p>Load 3D model from file. File formats are those supported by <a href="https://github.com/JuliaIO/MeshIO.jl">MeshIO.jl</a>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/WIAS-PDELib/SimplexGridFactory.jl">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="SimplexGridFactory.moveto!-Tuple{SimplexGridBuilder, Any}" href="#SimplexGridFactory.moveto!-Tuple{SimplexGridBuilder, Any}"><code>SimplexGridFactory.moveto!</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">moveto!(builder, pt)</code></pre><p>Move the (virtual) pen to the target point pt (2D, 3D). pt is either an existing point index or a table of point coordinates. In the latter case, the point is added. It returns index of the target point.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/WIAS-PDELib/SimplexGridFactory.jl">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="SimplexGridFactory.rect2d!-Tuple{SimplexGridBuilder, Any, Any}" href="#SimplexGridFactory.rect2d!-Tuple{SimplexGridBuilder, Any, Any}"><code>SimplexGridFactory.rect2d!</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">rect2d!(builder, sw, ne; facetregions=nothing)</code></pre><p>Add points and facets describing a rectangle via points describing its south-west and north-east corners. On default, the corresponding facet regions are deduced from the current facetregion. Alternatively, a 4-vector of facetregions can be passed.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/WIAS-PDELib/SimplexGridFactory.jl">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="SimplexGridFactory.rect3d!-Tuple{SimplexGridBuilder, Any, Any}" href="#SimplexGridFactory.rect3d!-Tuple{SimplexGridBuilder, Any, Any}"><code>SimplexGridFactory.rect3d!</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">rect3d!(builder, bsw, tne; facetregions=nothing)</code></pre><p>Add points and facets describing a qudrilateral via points describing its bottom south-west and top north-east corners. On default, the corresponding facet regions are deduced from the current facetregion. Alternatively, a 6-vector of facetregions can be passed (in the sequence s-e-n-w-b-t)</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/WIAS-PDELib/SimplexGridFactory.jl">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="SimplexGridFactory.sphere!-Tuple{SimplexGridBuilder, Any, Any}" href="#SimplexGridFactory.sphere!-Tuple{SimplexGridBuilder, Any, Any}"><code>SimplexGridFactory.sphere!</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">sphere!(builder, center, radius; nref=3)</code></pre><p>Add points and facets approximating a sphere. <code>nref</code> is a refinement level.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/WIAS-PDELib/SimplexGridFactory.jl">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../changes/">« Changes</a><a class="docs-footer-nextpage" href="../script_examples/examples2d/">examples2d »</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><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Friday 29 November 2024 15:07">Friday 29 November 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 commit comments

Comments
 (0)