Skip to content

Commit

Permalink
Deploying to main from @ AMReX-Codes/amrex@1424c86 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Nov 21, 2024
1 parent 011562b commit 59297cf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@
<div class="line"><a name="l00619"></a><span class="lineno"> 619</span>&#160; [=] <a class="code" href="AMReX__GpuQualifiers_8H.html#a4e626ebf06898d71a9e0790877f1694f">AMREX_GPU_DEVICE</a> (<span class="keyword">const</span> <span class="keyword">typename</span> <a class="code" href="structamrex_1_1ConstParticleTileData.html">ParticleTileType::ConstParticleTileDataType</a>&amp; ptd, <span class="keywordtype">int</span> ip,</div>
<div class="line"><a name="l00620"></a><span class="lineno"> 620</span>&#160; <a class="code" href="structamrex_1_1Array4.html">amrex::Array4&lt;amrex::Real&gt;</a> <span class="keyword">const</span>&amp; count)</div>
<div class="line"><a name="l00621"></a><span class="lineno"> 621</span>&#160; {</div>
<div class="line"><a name="l00622"></a><span class="lineno"> 622</span>&#160; <span class="keyword">const</span> <span class="keyword">auto</span>&amp; p = <a class="code" href="structmake__particle.html">make_particle&lt;ConstParticleType&gt;</a>{}(ptd, ip);</div>
<div class="line"><a name="l00622"></a><span class="lineno"> 622</span>&#160; <span class="keyword">const</span> <span class="keyword">auto</span> p = <a class="code" href="structmake__particle.html">make_particle&lt;ConstParticleType&gt;</a>{}(ptd, ip);</div>
<div class="line"><a name="l00623"></a><span class="lineno"> 623</span>&#160; CellAssignor assignor;</div>
<div class="line"><a name="l00624"></a><span class="lineno"> 624</span>&#160; <a class="code" href="classamrex_1_1IntVectND.html">IntVect</a> iv = assignor(p, plo, dxi, domain);</div>
<div class="line"><a name="l00625"></a><span class="lineno"> 625</span>&#160; <a class="code" href="namespaceamrex_1_1Gpu_1_1Atomic.html#ab69d18587a5c75ca3ce1f48708e865b1">amrex::Gpu::Atomic::AddNoRet</a>(&amp;count(iv), 1.0_rt);</div>
Expand Down
2 changes: 1 addition & 1 deletion amrex/docs_html/doxygen/AMReX__ParticleUtil_8H_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@
<div class="line"><a name="l00870"></a><span class="lineno"> 870</span>&#160; PermutationForDeposition&lt;index_type&gt;(perm, nitems, bx.<a class="code" href="classamrex_1_1BoxND.html#aef3b99c4f131a12120b93bfbed5bc08e">numPts</a>() * ref_product,</div>
<div class="line"><a name="l00871"></a><span class="lineno"> 871</span>&#160; [=] <a class="code" href="AMReX__GpuQualifiers_8H.html#a4e626ebf06898d71a9e0790877f1694f">AMREX_GPU_DEVICE</a> (index_type idx) noexcept</div>
<div class="line"><a name="l00872"></a><span class="lineno"> 872</span>&#160; {</div>
<div class="line"><a name="l00873"></a><span class="lineno"> 873</span>&#160; <span class="keyword">const</span> <span class="keyword">auto</span>&amp; p = <a class="code" href="structmake__particle.html">make_particle&lt;ParticleType&gt;</a>{}(ptd,idx);</div>
<div class="line"><a name="l00873"></a><span class="lineno"> 873</span>&#160; <span class="keyword">const</span> <span class="keyword">auto</span> p = <a class="code" href="structmake__particle.html">make_particle&lt;ParticleType&gt;</a>{}(ptd,idx);</div>
<div class="line"><a name="l00874"></a><span class="lineno"> 874</span>&#160; </div>
<div class="line"><a name="l00875"></a><span class="lineno"> 875</span>&#160; <a class="code" href="classamrex_1_1IntVectND.html">IntVect</a> iv = ((p.pos() - pos_offset) * dxi).round();</div>
<div class="line"><a name="l00876"></a><span class="lineno"> 876</span>&#160; </div>
Expand Down
2 changes: 1 addition & 1 deletion amrex/docs_xml/doxygen/AMReX__ParticleContainerI_8H.xml
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@
<codeline lineno="619"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>[=]<sp/><ref refid="AMReX__GpuQualifiers_8H_1a4e626ebf06898d71a9e0790877f1694f" kindref="member">AMREX_GPU_DEVICE</ref><sp/>(</highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/></highlight><highlight class="keyword">typename</highlight><highlight class="normal"><sp/><ref refid="structamrex_1_1ConstParticleTileData" kindref="compound">ParticleTileType::ConstParticleTileDataType</ref>&amp;<sp/>ptd,<sp/></highlight><highlight class="keywordtype">int</highlight><highlight class="normal"><sp/>ip,</highlight></codeline>
<codeline lineno="620"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><ref refid="structamrex_1_1Array4" kindref="compound">amrex::Array4&lt;amrex::Real&gt;</ref><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal">&amp;<sp/>count)</highlight></codeline>
<codeline lineno="621"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>{</highlight></codeline>
<codeline lineno="622"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/></highlight><highlight class="keyword">auto</highlight><highlight class="normal">&amp;<sp/>p<sp/>=<sp/><ref refid="structmake__particle" kindref="compound">make_particle&lt;ConstParticleType&gt;</ref>{}(ptd,<sp/>ip);</highlight></codeline>
<codeline lineno="622"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/></highlight><highlight class="keyword">auto</highlight><highlight class="normal"><sp/>p<sp/>=<sp/><ref refid="structmake__particle" kindref="compound">make_particle&lt;ConstParticleType&gt;</ref>{}(ptd,<sp/>ip);</highlight></codeline>
<codeline lineno="623"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>CellAssignor<sp/>assignor;</highlight></codeline>
<codeline lineno="624"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><ref refid="classamrex_1_1IntVectND" kindref="compound">IntVect</ref><sp/>iv<sp/>=<sp/>assignor(p,<sp/>plo,<sp/>dxi,<sp/>domain);</highlight></codeline>
<codeline lineno="625"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><ref refid="namespaceamrex_1_1Gpu_1_1Atomic_1ab69d18587a5c75ca3ce1f48708e865b1" kindref="member">amrex::Gpu::Atomic::AddNoRet</ref>(&amp;count(iv),<sp/>1.0_rt);</highlight></codeline>
Expand Down
2 changes: 1 addition & 1 deletion amrex/docs_xml/doxygen/AMReX__ParticleUtil_8H.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3331,7 +3331,7 @@
<codeline lineno="870"><highlight class="normal"><sp/><sp/><sp/><sp/>PermutationForDeposition&lt;index_type&gt;(perm,<sp/>nitems,<sp/>bx.<ref refid="classamrex_1_1BoxND_1aef3b99c4f131a12120b93bfbed5bc08e" kindref="member">numPts</ref>()<sp/>*<sp/>ref_product,</highlight></codeline>
<codeline lineno="871"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>[=]<sp/><ref refid="AMReX__GpuQualifiers_8H_1a4e626ebf06898d71a9e0790877f1694f" kindref="member">AMREX_GPU_DEVICE</ref><sp/>(index_type<sp/>idx)<sp/>noexcept</highlight></codeline>
<codeline lineno="872"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>{</highlight></codeline>
<codeline lineno="873"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/></highlight><highlight class="keyword">auto</highlight><highlight class="normal">&amp;<sp/>p<sp/>=<sp/><ref refid="structmake__particle" kindref="compound">make_particle&lt;ParticleType&gt;</ref>{}(ptd,idx);</highlight></codeline>
<codeline lineno="873"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/></highlight><highlight class="keyword">auto</highlight><highlight class="normal"><sp/>p<sp/>=<sp/><ref refid="structmake__particle" kindref="compound">make_particle&lt;ParticleType&gt;</ref>{}(ptd,idx);</highlight></codeline>
<codeline lineno="874"><highlight class="normal"></highlight></codeline>
<codeline lineno="875"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><ref refid="classamrex_1_1IntVectND" kindref="compound">IntVect</ref><sp/>iv<sp/>=<sp/>((p.pos()<sp/>-<sp/>pos_offset)<sp/>*<sp/>dxi).round();</highlight></codeline>
<codeline lineno="876"><highlight class="normal"></highlight></codeline>
Expand Down

0 comments on commit 59297cf

Please sign in to comment.