Skip to content

Commit

Permalink
Deploying to main from @ 50eb37d72aed3c96bd5c5b34d5519607106acd80 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Aug 25, 2024
1 parent fdc0195 commit 8299050
Show file tree
Hide file tree
Showing 244 changed files with 20,380 additions and 20,274 deletions.
7 changes: 5 additions & 2 deletions amrex-hydro/Doxygen/html/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,11 @@
: <a class="el" href="group__BDS.html#gaccc1e28576429e09eb4dec0131e911ff">hydro_bds_edge_state_2D.cpp</a>
, <a class="el" href="group__BDS.html#gaa7469136756ab6d49a47c3e271a39f89">hydro_bds_edge_state_3D.cpp</a>
</li>
<li>Godunov_minmod_bc()
: <a class="el" href="hydro__godunov__ppm_8H.html#ac5c74d4f9be76e672e68967b9ccd93fb">hydro_godunov_ppm.H</a>
<li>Godunov_minmod_bc_hi()
: <a class="el" href="hydro__godunov__ppm_8H.html#a4187d942f497bbd9883058341d5901bc">hydro_godunov_ppm.H</a>
</li>
<li>Godunov_minmod_bc_lo()
: <a class="el" href="hydro__godunov__ppm_8H.html#a0839227095b0049e12c2fe536c42dcc7">hydro_godunov_ppm.H</a>
</li>
<li>hydro_covered_val
: <a class="el" href="group__Utilities.html#ga18be12cbdade0dffc87d75b973b79910">hydro_constants.H</a>
Expand Down
7 changes: 5 additions & 2 deletions amrex-hydro/Doxygen/html/globals_func.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,11 @@
: <a class="el" href="group__BDS.html#gaccc1e28576429e09eb4dec0131e911ff">hydro_bds_edge_state_2D.cpp</a>
, <a class="el" href="group__BDS.html#gaa7469136756ab6d49a47c3e271a39f89">hydro_bds_edge_state_3D.cpp</a>
</li>
<li>Godunov_minmod_bc()
: <a class="el" href="hydro__godunov__ppm_8H.html#ac5c74d4f9be76e672e68967b9ccd93fb">hydro_godunov_ppm.H</a>
<li>Godunov_minmod_bc_hi()
: <a class="el" href="hydro__godunov__ppm_8H.html#a4187d942f497bbd9883058341d5901bc">hydro_godunov_ppm.H</a>
</li>
<li>Godunov_minmod_bc_lo()
: <a class="el" href="hydro__godunov__ppm_8H.html#a0839227095b0049e12c2fe536c42dcc7">hydro_godunov_ppm.H</a>
</li>
<li>linear_interp()
: <a class="el" href="group__EBGodunov.html#gae7fb5657f6312ba192f0ad3a3652f4a8">hydro_ebgodunov_transverse_2D_K.H</a>
Expand Down
2 changes: 1 addition & 1 deletion amrex-hydro/Doxygen/html/hydro__godunov_8H_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<div class="ttc" id="anamespaceGodunov_html_aa28d3b1616afb53afb23edd90599bf2b"><div class="ttname"><a href="namespaceGodunov.html#aa28d3b1616afb53afb23edd90599bf2b">Godunov::ExtrapVelToFaces</a></div><div class="ttdeci">void ExtrapVelToFaces(amrex::MultiFab const &amp;a_vel, amrex::MultiFab const &amp;a_forces, AMREX_D_DECL(amrex::MultiFab &amp;a_umac, amrex::MultiFab &amp;a_vmac, amrex::MultiFab &amp;a_wmac), const amrex::Vector&lt; amrex::BCRec &gt; &amp;h_bcrec, const amrex::BCRec *d_bcrec, const amrex::Geometry &amp;geom, amrex::Real l_dt, bool use_ppm, bool use_forces_in_trans, int limiter_type=PPM::VanLeer, bool allow_inflow_on_outflow=false, amrex::iMultiFab const *BC_MF=nullptr)</div></div>
<div class="ttc" id="anamespaceGodunov_html_aca24360f0501d125940f803b83204c6d"><div class="ttname"><a href="namespaceGodunov.html#aca24360f0501d125940f803b83204c6d">Godunov::ComputeAdvectiveVel</a></div><div class="ttdeci">void ComputeAdvectiveVel(AMREX_D_DECL(amrex::Box const &amp;xbx, amrex::Box const &amp;ybx, amrex::Box const &amp;zbx), AMREX_D_DECL(amrex::Array4&lt; amrex::Real &gt; const &amp;u_ad, amrex::Array4&lt; amrex::Real &gt; const &amp;v_ad, amrex::Array4&lt; amrex::Real &gt; const &amp;w_ad), AMREX_D_DECL(amrex::Array4&lt; amrex::Real const &gt; const &amp;Imx, amrex::Array4&lt; amrex::Real const &gt; const &amp;Imy, amrex::Array4&lt; amrex::Real const &gt; const &amp;Imz), AMREX_D_DECL(amrex::Array4&lt; amrex::Real const &gt; const &amp;Ipx, amrex::Array4&lt; amrex::Real const &gt; const &amp;Ipy, amrex::Array4&lt; amrex::Real const &gt; const &amp;Ipz), amrex::Array4&lt; amrex::Real const &gt; const &amp;vel, amrex::Array4&lt; amrex::Real const &gt; const &amp;f, const amrex::Box &amp;domain, amrex::Real dt, amrex::BCRec const *pbc, bool use_forces_in_trans, amrex::Array4&lt; int const &gt; const &amp;bc_arr={})</div></div>
<div class="ttc" id="anamespaceGodunov_html_aeb69a54b78a68beefcf5f146b192c537"><div class="ttname"><a href="namespaceGodunov.html#aeb69a54b78a68beefcf5f146b192c537">Godunov::ComputeEdgeState</a></div><div class="ttdeci">void ComputeEdgeState(amrex::Box const &amp;bx, int ncomp, amrex::Array4&lt; amrex::Real const &gt; const &amp;q, amrex::Array4&lt; amrex::Real const &gt; const &amp;qnph, AMREX_D_DECL(amrex::Array4&lt; amrex::Real &gt; const &amp;xedge, amrex::Array4&lt; amrex::Real &gt; const &amp;yedge, amrex::Array4&lt; amrex::Real &gt; const &amp;zedge), AMREX_D_DECL(amrex::Array4&lt; amrex::Real const &gt; const &amp;umac, amrex::Array4&lt; amrex::Real const &gt; const &amp;vmac, amrex::Array4&lt; amrex::Real const &gt; const &amp;wmac), amrex::Array4&lt; amrex::Real const &gt; const &amp;divu, amrex::Array4&lt; amrex::Real const &gt; const &amp;fq, amrex::Geometry geom, amrex::Real dt, amrex::BCRec const *pbc, int const *iconserv, bool use_ppm, bool use_forces_in_trans, bool is_velocity, int limiter_type=PPM::VanLeer, bool allow_inflow_on_outflow=false, amrex::Array4&lt; int const &gt; const &amp;bc_arr={})</div></div>
<div class="ttc" id="anamespacePPM_html_afde008f2efff2705e2231ca88ed08ff5a226a317543d598f865ae76be2571750a"><div class="ttname"><a href="namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a226a317543d598f865ae76be2571750a">PPM::VanLeer</a></div><div class="ttdeci">@ VanLeer</div><div class="ttdef"><b>Definition:</b> hydro_godunov_ppm.H:74</div></div>
<div class="ttc" id="anamespacePPM_html_afde008f2efff2705e2231ca88ed08ff5a226a317543d598f865ae76be2571750a"><div class="ttname"><a href="namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a226a317543d598f865ae76be2571750a">PPM::VanLeer</a></div><div class="ttdeci">@ VanLeer</div><div class="ttdef"><b>Definition:</b> hydro_godunov_ppm.H:84</div></div>
<div class="ttc" id="astructamrex_1_1Array4_html"><div class="ttname"><a href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
Expand Down
Loading

0 comments on commit 8299050

Please sign in to comment.