Skip to content

Commit

Permalink
Update to match 6ba1cfe by push 3523
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Jan 2, 2025
1 parent 48bbf04 commit 9815d0b
Show file tree
Hide file tree
Showing 8 changed files with 1,112 additions and 1,138 deletions.
4 changes: 2 additions & 2 deletions classddc_1_1SplineBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#af1daed6c6a5c7385fabbc51a
</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="spline__builder_8hpp_source.html#l00753">753</a> of file <a class="el" href="spline__builder_8hpp_source.html">spline_builder.hpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="spline__builder_8hpp_source.html#l00752">752</a> of file <a class="el" href="spline__builder_8hpp_source.html">spline_builder.hpp</a>.</p>

</div>
</div>
Expand Down Expand Up @@ -1033,7 +1033,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a82aff86b6ed75f95b130a1c9
</dl>
<dl class="section return"><dt>Returns</dt><dd>A tuple containing the three Chunks containing the quadrature coefficients (if HERMITE is not used, first and third are empty). </dd></dl>

<p class="definition">Definition at line <a class="el" href="spline__builder_8hpp_source.html#l00942">942</a> of file <a class="el" href="spline__builder_8hpp_source.html">spline_builder.hpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="spline__builder_8hpp_source.html#l00941">941</a> of file <a class="el" href="spline__builder_8hpp_source.html">spline_builder.hpp</a>.</p>

</div>
</div>
Expand Down
333 changes: 161 additions & 172 deletions constant__extrapolation__rule_8hpp_source.html

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions going_further.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@
<div class="contents">
<div class="textblock"><p>In <a class="el" href="non_uniform_heat_equation.html">examples/non_uniform_heat_equation.cpp</a> is a DDC example implementing a forward finite-difference solver for the heat equation over a rectangle 2D domain with periodic boundary conditions and non-uniform space discretization.</p>
<p>As usual, the file starts with a few includes that will be used in the code.</p>
<div class="fragment"><div class="line"><span class="preprocessor">#ifndef NDEBUG</span></div>
<div class="line"><span class="preprocessor">#include &lt;algorithm&gt;</span></div>
<div class="line"><span class="preprocessor">#endif</span></div>
<div class="fragment"><div class="line"><span class="preprocessor">#include &lt;algorithm&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;cassert&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;cmath&gt;</span></div>
<div class="line"><span class="preprocessor">#include &lt;cstddef&gt;</span></div>
Expand Down
560 changes: 279 additions & 281 deletions non_uniform_heat_equation.html

Large diffs are not rendered by default.

1,095 changes: 547 additions & 548 deletions spline__builder_8hpp_source.html

Large diffs are not rendered by default.

242 changes: 116 additions & 126 deletions spline__evaluator__2d_8hpp_source.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
struct ddc::ConstantExtrapolationRule&lt; DimI, DimNI &gt;</div><p>A functor for describing a spline boundary value by a constant extrapolation for 2D evaluator. </p>
<p>To define the value of a function on B-splines out of the domain, we here use a constant extrapolation on the edge. </p>

<p class="definition">Definition at line <a class="el" href="constant__extrapolation__rule_8hpp_source.html#l00085">85</a> of file <a class="el" href="constant__extrapolation__rule_8hpp_source.html">constant_extrapolation_rule.hpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="constant__extrapolation__rule_8hpp_source.html#l00082">82</a> of file <a class="el" href="constant__extrapolation__rule_8hpp_source.html">constant_extrapolation_rule.hpp</a>.</p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a048675e8020f8ec2e3bf88bb43c37cf8" name="a048675e8020f8ec2e3bf88bb43c37cf8"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a048675e8020f8ec2e3bf88bb43c37cf8">&#9670;&#160;</a></span>ConstantExtrapolationRule() <span class="overload">[1/2]</span></h2>
Expand Down Expand Up @@ -213,7 +213,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a048675e8020f8ec2e3bf88bb
</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="constant__extrapolation__rule_8hpp_source.html#l00110">110</a> of file <a class="el" href="constant__extrapolation__rule_8hpp_source.html">constant_extrapolation_rule.hpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="constant__extrapolation__rule_8hpp_source.html#l00103">103</a> of file <a class="el" href="constant__extrapolation__rule_8hpp_source.html">constant_extrapolation_rule.hpp</a>.</p>

</div>
</div>
Expand Down Expand Up @@ -254,7 +254,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a60c0c81e29ae0f43e6d1a21f
</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="constant__extrapolation__rule_8hpp_source.html#l00133">133</a> of file <a class="el" href="constant__extrapolation__rule_8hpp_source.html">constant_extrapolation_rule.hpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="constant__extrapolation__rule_8hpp_source.html#l00124">124</a> of file <a class="el" href="constant__extrapolation__rule_8hpp_source.html">constant_extrapolation_rule.hpp</a>.</p>

</div>
</div>
Expand Down Expand Up @@ -308,7 +308,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a2d306b0aad7a36a588a901d6
</dl>
<dl class="section return"><dt>Returns</dt><dd>A double with the value of the function on B-splines evaluated at the coordinate. </dd></dl>

<p class="definition">Definition at line <a class="el" href="constant__extrapolation__rule_8hpp_source.html#l00158">158</a> of file <a class="el" href="constant__extrapolation__rule_8hpp_source.html">constant_extrapolation_rule.hpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="constant__extrapolation__rule_8hpp_source.html#l00147">147</a> of file <a class="el" href="constant__extrapolation__rule_8hpp_source.html">constant_extrapolation_rule.hpp</a>.</p>

</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions structddc_1_1ConstantExtrapolationRule_3_01DimI_01_4.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ac07df9edae807f3878c94a41
</dd>
</dl>

<p class="definition">Definition at line <a class="el" href="constant__extrapolation__rule_8hpp_source.html#l00043">43</a> of file <a class="el" href="constant__extrapolation__rule_8hpp_source.html">constant_extrapolation_rule.hpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="constant__extrapolation__rule_8hpp_source.html#l00042">42</a> of file <a class="el" href="constant__extrapolation__rule_8hpp_source.html">constant_extrapolation_rule.hpp</a>.</p>

</div>
</div>
Expand Down Expand Up @@ -244,7 +244,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a3529670824c45dd7e75e2237
</dl>
<dl class="section return"><dt>Returns</dt><dd>A double with the value of the function on B-splines evaluated at the coordinate. </dd></dl>

<p class="definition">Definition at line <a class="el" href="constant__extrapolation__rule_8hpp_source.html#l00056">56</a> of file <a class="el" href="constant__extrapolation__rule_8hpp_source.html">constant_extrapolation_rule.hpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="constant__extrapolation__rule_8hpp_source.html#l00053">53</a> of file <a class="el" href="constant__extrapolation__rule_8hpp_source.html">constant_extrapolation_rule.hpp</a>.</p>

</div>
</div>
Expand Down

0 comments on commit 9815d0b

Please sign in to comment.