Skip to content

Commit

Permalink
build based on f8bb802
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Sep 26, 2024
1 parent d45b71f commit 470e01a
Show file tree
Hide file tree
Showing 35 changed files with 152 additions and 119 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-08-02T15:53:47","documenter_version":"1.5.0"}}
{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-26T12:42:46","documenter_version":"1.7.0"}}
2 changes: 1 addition & 1 deletion dev/GaAs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@
paramsnodal.doping[icoord] = NDoping * 0.5 * ( 1.0 + t1 - t2 )
end

data.paramsnodal = paramsnodal</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../GeneralInformation/">« Code overview</a><a class="docs-footer-nextpage" href="../PSC/">Perovskite solar cell »</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.5.0 on <span class="colophon-date" title="Friday 2 August 2024 15:53">Friday 2 August 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
data.paramsnodal = paramsnodal</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../GeneralInformation/">« Code overview</a><a class="docs-footer-nextpage" href="../PSC/">Perovskite solar cell »</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.7.0 on <span class="colophon-date" title="Thursday 26 September 2024 12:42">Thursday 26 September 2024</span>. Using Julia version 1.10.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/GeneralInformation/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/PSC/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
params.generationAbsorption[ireg] = absorption[ireg]
end

params.generationPeak = generationPeak</code></pre><p>If one wishes to invert the illumination, one needs to define</p><pre><code class="language-julia hljs">params.invertedIllumination = -1</code></pre><p>where this value is by default set to one (for light entering from the left). Furthermore, we recommend performing a time loop while increasing the generation rate and afterwards applying the scan protocol with a full generation due to numerical stability, see this <a href="https://github.com/PatricioFarrell/ChargeTransport.jl/blob/master/examples/Ex108_PSC_uniform_Generation.jl">example</a> or <a href="https://github.com/PatricioFarrell/ChargeTransport.jl/blob/master/examples/Ex108_PSC_BeerLambert_Generation.jl">this one</a>.</p><h2 id="Example-4:-Multi-dimensional-problems"><a class="docs-heading-anchor" href="#Example-4:-Multi-dimensional-problems">Example 4: Multi-dimensional problems</a><a id="Example-4:-Multi-dimensional-problems-1"></a><a class="docs-heading-anchor-permalink" href="#Example-4:-Multi-dimensional-problems" title="Permalink"></a></h2><p>It is also possible to perform multi-dimensional simulations.</p><p>For a 2D mesh you may use a structured grid via <a href="https://github.com/j-fu/ExtendableGrids.jl">ExtendableGrids.jl</a> or an unstructured mesh via the Julia wrapper <a href="https://github.com/JuliaGeometry/Triangulate.jl">Triangulate.jl</a> for Jonathan Richard Shewchuk&#39;s Triangle mesh generator. Respective examples can be likewise found within this package.</p><p>Lastly, with help of the <a href="https://github.com/JuliaGeometry/TetGen.jl">TetGen.jl</a> wrapper, three dimensional tetrahedral meshes can be generated, see <a href="https://github.com/PatricioFarrell/ChargeTransport.jl/blob/master/examples/Grid_3D.jl">this</a> example.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../GaAs/">« van Roosbroeck system</a><a class="docs-footer-nextpage" href="../allindex/">Types, Constructors and Methods »</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.5.0 on <span class="colophon-date" title="Friday 2 August 2024 15:53">Friday 2 August 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
params.generationPeak = generationPeak</code></pre><p>If one wishes to invert the illumination, one needs to define</p><pre><code class="language-julia hljs">params.invertedIllumination = -1</code></pre><p>where this value is by default set to one (for light entering from the left). Furthermore, we recommend performing a time loop while increasing the generation rate and afterwards applying the scan protocol with a full generation due to numerical stability, see this <a href="https://github.com/PatricioFarrell/ChargeTransport.jl/blob/master/examples/Ex108_PSC_uniform_Generation.jl">example</a> or <a href="https://github.com/PatricioFarrell/ChargeTransport.jl/blob/master/examples/Ex108_PSC_BeerLambert_Generation.jl">this one</a>.</p><h2 id="Example-4:-Multi-dimensional-problems"><a class="docs-heading-anchor" href="#Example-4:-Multi-dimensional-problems">Example 4: Multi-dimensional problems</a><a id="Example-4:-Multi-dimensional-problems-1"></a><a class="docs-heading-anchor-permalink" href="#Example-4:-Multi-dimensional-problems" title="Permalink"></a></h2><p>It is also possible to perform multi-dimensional simulations.</p><p>For a 2D mesh you may use a structured grid via <a href="https://github.com/j-fu/ExtendableGrids.jl">ExtendableGrids.jl</a> or an unstructured mesh via the Julia wrapper <a href="https://github.com/JuliaGeometry/Triangulate.jl">Triangulate.jl</a> for Jonathan Richard Shewchuk&#39;s Triangle mesh generator. Respective examples can be likewise found within this package.</p><p>Lastly, with help of the <a href="https://github.com/JuliaGeometry/TetGen.jl">TetGen.jl</a> wrapper, three dimensional tetrahedral meshes can be generated, see <a href="https://github.com/PatricioFarrell/ChargeTransport.jl/blob/master/examples/Grid_3D.jl">this</a> example.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../GaAs/">« van Roosbroeck system</a><a class="docs-footer-nextpage" href="../allindex/">Types, Constructors and Methods »</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.7.0 on <span class="colophon-date" title="Thursday 26 September 2024 12:42">Thursday 26 September 2024</span>. Using Julia version 1.10.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
118 changes: 59 additions & 59 deletions dev/allindex/index.html

Large diffs are not rendered by default.

53 changes: 29 additions & 24 deletions dev/assets/documenter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev/assets/themes/catppuccin-frappe.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/catppuccin-latte.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/catppuccin-macchiato.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/catppuccin-mocha.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/documenter-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/documenter-light.css

Large diffs are not rendered by default.

Loading

0 comments on commit 470e01a

Please sign in to comment.