Skip to content

Commit

Permalink
Deploying to main from @ AMReX-Codes/amrex@2f10b41 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Dec 3, 2024
1 parent be50c1e commit 3cfabb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions amrex/docs_html/doxygen/AMReX__COORDSYS__2D__C_8H_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; <a class="code" href="AMReX__Extension_8H.html#a8c414106ab987031039a0ad05bb2519b">AMREX_PRAGMA_SIMD</a></div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = lo.x; i &lt;= hi.x; ++i) {</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; Real ri = <a class="code" href="AMReX__HypreMLABecLap_8cpp.html#aca578ec8d09db95559009d91bca7779e">offset</a>[0] + dx[0]*(i);</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; Real a = tmp*ri*ri;</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; Real a = <a class="code" href="namespaceamrex.html#a4f298e1c3407710de306d440bc79e84e">std::abs</a>(tmp*ri*ri);</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; area(i,j,0) = a;</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; }</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; }</div>
Expand All @@ -233,7 +233,7 @@
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = lo.x; i &lt;= hi.x; ++i) {</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; Real ri = <a class="code" href="AMReX__HypreMLABecLap_8cpp.html#aca578ec8d09db95559009d91bca7779e">offset</a>[0] + dx[0]*(i);</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; Real ro = ri + dx[0];</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; Real a = tmp*(ro-ri)*(ro+ri);</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; Real a = <a class="code" href="namespaceamrex.html#a4f298e1c3407710de306d440bc79e84e">std::abs</a>(tmp*(ro-ri)*(ro+ri));</div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; area(i,j,0) = a;</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; }</div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; }</div>
Expand Down
4 changes: 2 additions & 2 deletions amrex/docs_xml/doxygen/AMReX__COORDSYS__2D__C_8H.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,7 @@
<codeline lineno="118"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><ref refid="AMReX__Extension_8H_1a8c414106ab987031039a0ad05bb2519b" kindref="member">AMREX_PRAGMA_SIMD</ref></highlight></codeline>
<codeline lineno="119"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keywordflow">for</highlight><highlight class="normal"><sp/>(</highlight><highlight class="keywordtype">int</highlight><highlight class="normal"><sp/>i<sp/>=<sp/>lo.x;<sp/>i<sp/>&lt;=<sp/>hi.x;<sp/>++i)<sp/>{</highlight></codeline>
<codeline lineno="120"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>Real<sp/>ri<sp/>=<sp/><ref refid="AMReX__HypreMLABecLap_8cpp_1aca578ec8d09db95559009d91bca7779e" kindref="member">offset</ref>[0]<sp/>+<sp/>dx[0]*(i);</highlight></codeline>
<codeline lineno="121"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>Real<sp/>a<sp/>=<sp/>tmp*ri*ri;</highlight></codeline>
<codeline lineno="121"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>Real<sp/>a<sp/>=<sp/><ref refid="namespaceamrex_1a4f298e1c3407710de306d440bc79e84e" kindref="member">std::abs</ref>(tmp*ri*ri);</highlight></codeline>
<codeline lineno="122"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>area(i,j,0)<sp/>=<sp/>a;</highlight></codeline>
<codeline lineno="123"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>}</highlight></codeline>
<codeline lineno="124"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>}</highlight></codeline>
Expand All @@ -1882,7 +1882,7 @@
<codeline lineno="132"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keywordflow">for</highlight><highlight class="normal"><sp/>(</highlight><highlight class="keywordtype">int</highlight><highlight class="normal"><sp/>i<sp/>=<sp/>lo.x;<sp/>i<sp/>&lt;=<sp/>hi.x;<sp/>++i)<sp/>{</highlight></codeline>
<codeline lineno="133"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>Real<sp/>ri<sp/>=<sp/><ref refid="AMReX__HypreMLABecLap_8cpp_1aca578ec8d09db95559009d91bca7779e" kindref="member">offset</ref>[0]<sp/>+<sp/>dx[0]*(i);</highlight></codeline>
<codeline lineno="134"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>Real<sp/>ro<sp/>=<sp/>ri<sp/>+<sp/>dx[0];</highlight></codeline>
<codeline lineno="135"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>Real<sp/>a<sp/>=<sp/>tmp*(ro-ri)*(ro+ri);</highlight></codeline>
<codeline lineno="135"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>Real<sp/>a<sp/>=<sp/><ref refid="namespaceamrex_1a4f298e1c3407710de306d440bc79e84e" kindref="member">std::abs</ref>(tmp*(ro-ri)*(ro+ri));</highlight></codeline>
<codeline lineno="136"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>area(i,j,0)<sp/>=<sp/>a;</highlight></codeline>
<codeline lineno="137"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>}</highlight></codeline>
<codeline lineno="138"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>}</highlight></codeline>
Expand Down

0 comments on commit 3cfabb0

Please sign in to comment.