Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6b042ff 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio93 committed Jun 17, 2024
1 parent 40679f0 commit 3bec3c1
Show file tree
Hide file tree
Showing 14 changed files with 266 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 4dde6cf7e1c50b2bf4b308c8da239248
config: f3412b6e87e4664926185d6ccbaa39f0
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.5.4',
VERSION: '1.5.5',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
22 changes: 19 additions & 3 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; ocsmesh 1.5.4 documentation</title>
<title>Index &mdash; ocsmesh 1.5.5 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css" />

Expand Down Expand Up @@ -213,6 +213,8 @@ <h2 id="C">C</h2>
<li><a href="ocsmesh.utilities.html#ocsmesh.raster.Raster.clip">(ocsmesh.raster.Raster method)</a>
</li>
</ul></li>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.clip_mesh_by_mesh">clip_mesh_by_mesh() (in module ocsmesh.utils)</a>
</li>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.clip_mesh_by_shape">clip_mesh_by_shape() (in module ocsmesh.utils)</a>
</li>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.clip_mesh_by_vertex">clip_mesh_by_vertex() (in module ocsmesh.utils)</a>
Expand Down Expand Up @@ -243,6 +245,10 @@ <h2 id="C">C</h2>
<li><a href="ocsmesh.utilities.html#ocsmesh.raster.Raster.count">(ocsmesh.raster.Raster property)</a>
</li>
</ul></li>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.create_mesh_from_mesh_diff">create_mesh_from_mesh_diff() (in module ocsmesh.utils)</a>
</li>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.create_patch_mesh">create_patch_mesh() (in module ocsmesh.utils)</a>
</li>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.create_rectangle_mesh">create_rectangle_mesh() (in module ocsmesh.utils)</a>
</li>
<li><a href="ocsmesh.geometry.html#ocsmesh.geom.Geom.crs">crs (ocsmesh.geom.Geom property)</a>
Expand Down Expand Up @@ -339,7 +345,11 @@ <h2 id="F">F</h2>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.filter_el_by_area">filter_el_by_area() (in module ocsmesh.utils)</a>
</li>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.finalize_mesh">finalize_mesh() (in module ocsmesh.utils)</a>
</li>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.fix_small_el">fix_small_el() (in module ocsmesh.utils)</a>
</li>
</ul></td>
</tr></table>
Expand Down Expand Up @@ -596,6 +606,10 @@ <h2 id="M">M</h2>
</li>
</ul></li>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.merge_msh_t">merge_msh_t() (in module ocsmesh.utils)</a>
</li>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.merge_neighboring_meshes">merge_neighboring_meshes() (in module ocsmesh.utils)</a>
</li>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.merge_overlapping_meshes">merge_overlapping_meshes() (in module ocsmesh.utils)</a>
</li>
<li><a href="ocsmesh.mesh.html#ocsmesh.mesh.Mesh">Mesh (class in ocsmesh.mesh)</a>
</li>
Expand Down Expand Up @@ -908,15 +922,17 @@ <h2 id="T">T</h2>
<li><a href="ocsmesh.utilities.html#ocsmesh.raster.Raster.transform">(ocsmesh.raster.Raster property)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.transform_linestring">transform_linestring() (in module ocsmesh.utils)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="ocsmesh.mesh.html#ocsmesh.mesh.EuclideanMesh2D.tria3">tria3 (ocsmesh.mesh.EuclideanMesh2D property)</a>
</li>
<li><a href="ocsmesh.mesh.html#ocsmesh.mesh.EuclideanMesh2D.triangles">triangles (ocsmesh.mesh.EuclideanMesh2D property)</a>
</li>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.triangulate_polygon">triangulate_polygon() (in module ocsmesh.utils)</a>
</li>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.triangulate_polygon_s">triangulate_polygon_s() (in module ocsmesh.utils)</a>
</li>
<li><a href="ocsmesh.utilities.html#ocsmesh.utils.tricontourf">tricontourf() (in module ocsmesh.utils)</a>

Expand Down
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OCSMesh &mdash; ocsmesh 1.5.4 documentation</title>
<title>OCSMesh &mdash; ocsmesh 1.5.5 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css" />

Expand Down Expand Up @@ -457,6 +457,14 @@ <h1>How to Cite<a class="headerlink" href="#how-to-cite" title="Permalink to thi
<li class="toctree-l2"><a class="reference internal" href="ocsmesh.utilities.html#ocsmesh.utils.shape_to_msh_t"><code class="docutils literal notranslate"><span class="pre">shape_to_msh_t()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="ocsmesh.utilities.html#ocsmesh.utils.shape_to_msh_t_2"><code class="docutils literal notranslate"><span class="pre">shape_to_msh_t_2()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="ocsmesh.utilities.html#ocsmesh.utils.triangulate_polygon"><code class="docutils literal notranslate"><span class="pre">triangulate_polygon()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="ocsmesh.utilities.html#ocsmesh.utils.triangulate_polygon_s"><code class="docutils literal notranslate"><span class="pre">triangulate_polygon_s()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="ocsmesh.utilities.html#ocsmesh.utils.filter_el_by_area"><code class="docutils literal notranslate"><span class="pre">filter_el_by_area()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="ocsmesh.utilities.html#ocsmesh.utils.create_patch_mesh"><code class="docutils literal notranslate"><span class="pre">create_patch_mesh()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="ocsmesh.utilities.html#ocsmesh.utils.clip_mesh_by_mesh"><code class="docutils literal notranslate"><span class="pre">clip_mesh_by_mesh()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="ocsmesh.utilities.html#ocsmesh.utils.create_mesh_from_mesh_diff"><code class="docutils literal notranslate"><span class="pre">create_mesh_from_mesh_diff()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="ocsmesh.utilities.html#ocsmesh.utils.merge_neighboring_meshes"><code class="docutils literal notranslate"><span class="pre">merge_neighboring_meshes()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="ocsmesh.utilities.html#ocsmesh.utils.fix_small_el"><code class="docutils literal notranslate"><span class="pre">fix_small_el()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="ocsmesh.utilities.html#ocsmesh.utils.merge_overlapping_meshes"><code class="docutils literal notranslate"><span class="pre">merge_overlapping_meshes()</span></code></a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="ocsmesh.command_line.html">Command line interface</a><ul>
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion ocsmesh.command_line.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Command line interface &mdash; ocsmesh 1.5.4 documentation</title>
<title>Command line interface &mdash; ocsmesh 1.5.5 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css" />

Expand Down
2 changes: 1 addition & 1 deletion ocsmesh.geometry.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Domain definition &mdash; ocsmesh 1.5.4 documentation</title>
<title>Domain definition &mdash; ocsmesh 1.5.5 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css" />

Expand Down
2 changes: 1 addition & 1 deletion ocsmesh.mesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mesh representation &mdash; ocsmesh 1.5.4 documentation</title>
<title>Mesh representation &mdash; ocsmesh 1.5.5 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css" />

Expand Down
2 changes: 1 addition & 1 deletion ocsmesh.size_function.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mesh size definition &mdash; ocsmesh 1.5.4 documentation</title>
<title>Mesh size definition &mdash; ocsmesh 1.5.5 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css" />

Expand Down
Loading

0 comments on commit 3bec3c1

Please sign in to comment.