Skip to content

Commit f7a6b43

Browse files
committed
Deploying to main from @ AMReX-Codes/amrex@acc35e2 🚀
1 parent 5b5ac0c commit f7a6b43

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Binary file not shown.

amrex/docs_html/doxygen/AMReX__RKIntegrator_8H_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160; {</div>
354354
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160; <span class="comment">// Adjust step size to reach output time</span></div>
355355
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160; <span class="comment">// protect against roundoff</span></div>
356-
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160; <span class="keywordflow">if</span> ((time_out-<a class="code" href="classamrex_1_1RKIntegrator.html#afbdcf1854980555893e338cbb0c30534">time_current</a>) &lt; dt || <a class="code" href="namespaceamrex.html#aa90c9ff8ea429232ddb2573bddacdac6">almostEqual</a>(time_out-<a class="code" href="classamrex_1_1RKIntegrator.html#afbdcf1854980555893e338cbb0c30534">time_current</a>,dt,10)) {</div>
356+
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160; <span class="keywordflow">if</span> ((time_out-<a class="code" href="classamrex_1_1RKIntegrator.html#afbdcf1854980555893e338cbb0c30534">time_current</a>) &lt; dt || <a class="code" href="namespaceamrex.html#aa90c9ff8ea429232ddb2573bddacdac6">almostEqual</a>(time_out-<a class="code" href="classamrex_1_1RKIntegrator.html#afbdcf1854980555893e338cbb0c30534">time_current</a>,dt,1000)) {</div>
357357
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160; dt = time_out - <a class="code" href="classamrex_1_1RKIntegrator.html#afbdcf1854980555893e338cbb0c30534">time_current</a>;</div>
358358
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; stop = <span class="keyword">true</span>;</div>
359359
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160; }</div>

amrex/docs_xml/doxygen/AMReX__RKIntegrator_8H.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2510,7 +2510,7 @@
25102510
<codeline lineno="252"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>{</highlight></codeline>
25112511
<codeline lineno="253"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="comment">//<sp/>Adjust<sp/>step<sp/>size<sp/>to<sp/>reach<sp/>output<sp/>time</highlight><highlight class="normal"></highlight></codeline>
25122512
<codeline lineno="254"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="comment">//<sp/>protect<sp/>against<sp/>roundoff</highlight><highlight class="normal"></highlight></codeline>
2513-
<codeline lineno="255"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keywordflow">if</highlight><highlight class="normal"><sp/>((time_out-<ref refid="classamrex_1_1RKIntegrator_1afbdcf1854980555893e338cbb0c30534" kindref="member">time_current</ref>)<sp/>&lt;<sp/>dt<sp/>||<sp/><ref refid="namespaceamrex_1aa90c9ff8ea429232ddb2573bddacdac6" kindref="member">almostEqual</ref>(time_out-<ref refid="classamrex_1_1RKIntegrator_1afbdcf1854980555893e338cbb0c30534" kindref="member">time_current</ref>,dt,10))<sp/>{</highlight></codeline>
2513+
<codeline lineno="255"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keywordflow">if</highlight><highlight class="normal"><sp/>((time_out-<ref refid="classamrex_1_1RKIntegrator_1afbdcf1854980555893e338cbb0c30534" kindref="member">time_current</ref>)<sp/>&lt;<sp/>dt<sp/>||<sp/><ref refid="namespaceamrex_1aa90c9ff8ea429232ddb2573bddacdac6" kindref="member">almostEqual</ref>(time_out-<ref refid="classamrex_1_1RKIntegrator_1afbdcf1854980555893e338cbb0c30534" kindref="member">time_current</ref>,dt,1000))<sp/>{</highlight></codeline>
25142514
<codeline lineno="256"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>dt<sp/>=<sp/>time_out<sp/>-<sp/><ref refid="classamrex_1_1RKIntegrator_1afbdcf1854980555893e338cbb0c30534" kindref="member">time_current</ref>;</highlight></codeline>
25152515
<codeline lineno="257"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>stop<sp/>=<sp/></highlight><highlight class="keyword">true</highlight><highlight class="normal">;</highlight></codeline>
25162516
<codeline lineno="258"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>}</highlight></codeline>

0 commit comments

Comments
 (0)