Skip to content

Commit

Permalink
build based on 73681d7
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jan 4, 2024
1 parent 866a23f commit 5545dbf
Show file tree
Hide file tree
Showing 19 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions dev/CheatSheet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
c = new(name,center [x,y,z],radius, startAngle, endAngle) *Circular Arc*
c = new(name, xEqn, yEqn, zEqn) *Parametric equation*
c = new(name, dataFile) *Spline with data from a file*
c = new(name, nKnots, knotsMatrix) *Spline with given knot values*</code></pre><p>Shown here is the use of the function <code>new</code>, which is a shortcut to the full functions, e.g. <code>newCircularArcCurve</code>, etc. which have the same arguments.</p><h2 id="cs-manual-refinement"><a class="docs-heading-anchor" href="#cs-manual-refinement">Manual Refinement</a><a id="cs-manual-refinement-1"></a><a class="docs-heading-anchor-permalink" href="#cs-manual-refinement" title="Permalink"></a></h2><pre><code class="nohighlight hljs"> r = newRefinementCenter(name, center, gridSize, radius)
c = new(name, nKnots, knotsMatrix) *Spline with given knot values*</code></pre><p>Shown here is the use of the function <code>new</code>, which is a shortcut to the full functions, e.g. <code>newCircularArcCurve</code>, etc. which have the same arguments.</p><h2 id="cs-manual-refinement"><a class="docs-heading-anchor" href="#cs-manual-refinement">Manual Refinement</a><a id="cs-manual-refinement-1"></a><a class="docs-heading-anchor-permalink" href="#cs-manual-refinement" title="Permalink"></a></h2><pre><code class="nohighlight hljs"> r = newRefinementCenter(name, type, center, gridSize, radius)
r = newRefinementLine(name, type, startPoint, endPoint, gridSize, width)</code></pre><h2 id="Adding-to-a-Project"><a class="docs-heading-anchor" href="#Adding-to-a-Project">Adding to a Project</a><a id="Adding-to-a-Project-1"></a><a class="docs-heading-anchor-permalink" href="#Adding-to-a-Project" title="Permalink"></a></h2><pre><code class="nohighlight hljs"> add!(p, c) *Add outer boundary curve*
add!(p, c, &lt;InnerBoundaryName&gt;) *Add curve to an inner boundary*
add!(p, r) *Add refinement region*
Expand All @@ -18,4 +18,4 @@
remove!(p, name) *Curve in outer boundary*
remove!(p, name, innerBoundaryName) *Curve in inner boundary*
removeRefinementRegion!(p, name)</code></pre><h2 id="Editing-items"><a class="docs-heading-anchor" href="#Editing-items">Editing items</a><a id="Editing-items-1"></a><a class="docs-heading-anchor-permalink" href="#Editing-items" title="Permalink"></a></h2><p>All items have set/get methods to edit them. Most actions have <code>undo()</code> and <code>redo()</code>. To find out what the next undo/redo actions are, use <code>undoActionName()</code> and <code>redoActionName()</code> to print them to the screen.</p><h2 id="Meshing"><a class="docs-heading-anchor" href="#Meshing">Meshing</a><a id="Meshing-1"></a><a class="docs-heading-anchor-permalink" href="#Meshing" title="Permalink"></a></h2><pre><code class="nohighlight hljs"> generate_mesh(p)
remove_mesh!(p)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../interactive-api/">« API</a><a class="docs-footer-nextpage" href="../tutorials/introduction/">Overview »</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="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 0.27.25 on <span class="colophon-date" title="Tuesday 2 January 2024 12:54">Tuesday 2 January 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
remove_mesh!(p)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../interactive-api/">« API</a><a class="docs-footer-nextpage" href="../tutorials/introduction/">Overview »</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="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 0.27.25 on <span class="colophon-date" title="Thursday 4 January 2024 15:08">Thursday 4 January 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 5545dbf

Please sign in to comment.