Skip to content

Commit

Permalink
Deploying to main from @ 3bcb1de7062ac9db32683e8cd28170288164a37b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Aug 12, 2024
1 parent d0b1388 commit 88a3b6b
Show file tree
Hide file tree
Showing 224 changed files with 17,055 additions and 16,856 deletions.
2 changes: 2 additions & 0 deletions amrex-hydro/Doxygen/html/hydro__utils_8H.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
<tr class="memitem:a380d8c3f5786c0910287729547d2d6e0"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceHydroUtils.html#a380d8c3f5786c0910287729547d2d6e0">HydroUtils::ComputeFluxesOnBoxFromState</a> (<a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a222089e49ba211b37cf7a4a8ae7eb186">amrex::Box</a> const &amp;bx, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937">int</a> ncomp, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html">amrex::MFIter</a> &amp;mfi, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;q, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;qnph, AMREX_D_DECL(<a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;flux_x, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;flux_y, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;flux_z), AMREX_D_DECL(<a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;face_x, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;face_y, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;face_z), bool knownFaceState, AMREX_D_DECL(<a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;u_mac, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;v_mac, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;w_mac), AMREX_D_DECL(<a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;u_flux, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;v_flux, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;w_flux), <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;divu, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;fq, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html">amrex::Geometry</a> geom, amrex::Real l_dt, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html">amrex::Vector</a>&lt; <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html">amrex::BCRec</a> &gt; const &amp;h_bcrec, const <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html">amrex::BCRec</a> *d_bcrec, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937">int</a> const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &amp;advection_type, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937">int</a> limiter_type=<a class="el" href="namespacePPM.html#a4f476328680db9ab71492a158fce0749">PPM::default_limiter</a>, bool allow_inflow_on_outflow=false, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937">int</a> const &gt; const &amp;bc_arr={})</td></tr>
<tr class="memdesc:a380d8c3f5786c0910287729547d2d6e0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compute edge state and flux. Most general version for use with multilevel synchronization. All other versions ultimately call this one. Allows time-depdendent inflow and inflow through EB. <a href="namespaceHydroUtils.html#a380d8c3f5786c0910287729547d2d6e0">More...</a><br /></td></tr>
<tr class="separator:a380d8c3f5786c0910287729547d2d6e0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad34f382cc6239fa7995f947090049224"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceHydroUtils.html#ad34f382cc6239fa7995f947090049224">HydroUtils::ComputeFluxesOnBoxFromState</a> (<a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a222089e49ba211b37cf7a4a8ae7eb186">amrex::Box</a> const &amp;bx, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937">int</a> ncomp, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html">amrex::MFIter</a> &amp;mfi, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;q, AMREX_D_DECL(<a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;flux_x, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;flux_y, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;flux_z), AMREX_D_DECL(<a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;face_x, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;face_y, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;face_z), bool knownFaceState, AMREX_D_DECL(<a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;u_mac, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;v_mac, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;w_mac), AMREX_D_DECL(<a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;u_flux, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;v_flux, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;w_flux), <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;divu, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;fq, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html">amrex::Geometry</a> geom, amrex::Real l_dt, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html">amrex::Vector</a>&lt; <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html">amrex::BCRec</a> &gt; const &amp;h_bcrec, const <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html">amrex::BCRec</a> *d_bcrec, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937">int</a> const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &amp;advection_type, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937">int</a> limiter_type=<a class="el" href="namespacePPM.html#a4f476328680db9ab71492a158fce0749">PPM::default_limiter</a>, bool allow_inflow_on_outflow=false, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937">int</a> const &gt; const &amp;bc_arr={})</td></tr>
<tr class="separator:ad34f382cc6239fa7995f947090049224"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad4bf731704049526ca1c4db1688fd5db"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceHydroUtils.html#ad4bf731704049526ca1c4db1688fd5db">HydroUtils::ComputeFluxesOnBoxFromState</a> (<a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a222089e49ba211b37cf7a4a8ae7eb186">amrex::Box</a> const &amp;bx, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937">int</a> ncomp, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html">amrex::MFIter</a> &amp;mfi, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;q, AMREX_D_DECL(<a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;flux_x, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;flux_y, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;flux_z), AMREX_D_DECL(<a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;face_x, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;face_y, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real &gt; const &amp;face_z), bool knownFaceState, AMREX_D_DECL(<a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;u_mac, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;v_mac, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;w_mac), <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;divu, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; amrex::Real const &gt; const &amp;fq, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html">amrex::Geometry</a> geom, amrex::Real l_dt, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html">amrex::Vector</a>&lt; <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html">amrex::BCRec</a> &gt; const &amp;h_bcrec, const <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html">amrex::BCRec</a> *d_bcrec, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937">int</a> const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &amp;advection_type, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937">int</a> limiter_type=<a class="el" href="namespacePPM.html#a4f476328680db9ab71492a158fce0749">PPM::default_limiter</a>, bool allow_inflow_on_outflow=false, <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html">amrex::Array4</a>&lt; <a class="elRef" href="https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937">int</a> const &gt; const &amp;bc_arr={})</td></tr>
<tr class="memdesc:ad4bf731704049526ca1c4db1688fd5db"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compute edge state and flux. Allows inflow on EB but NOT time-dependent inflow. <a href="namespaceHydroUtils.html#ad4bf731704049526ca1c4db1688fd5db">More...</a><br /></td></tr>
<tr class="separator:ad4bf731704049526ca1c4db1688fd5db"><td class="memSeparator" colspan="2">&#160;</td></tr>
Expand Down
1 change: 1 addition & 0 deletions amrex-hydro/Doxygen/html/hydro__utils_8H.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ var hydro__utils_8H =
[ "ComputeFluxesOnBoxFromState", "hydro__utils_8H.html#a9fb6baf822bec6e2aedbbdb2d5c797a0", null ],
[ "ComputeFluxesOnBoxFromState", "hydro__utils_8H.html#a380d8c3f5786c0910287729547d2d6e0", null ],
[ "ComputeFluxesOnBoxFromState", "hydro__utils_8H.html#ad4bf731704049526ca1c4db1688fd5db", null ],
[ "ComputeFluxesOnBoxFromState", "hydro__utils_8H.html#ad34f382cc6239fa7995f947090049224", null ],
[ "enforceInOutSolvability", "hydro__utils_8H.html#a3c4af1f820880e67509b84b57e988090", null ],
[ "ExtrapVelToFaces", "hydro__utils_8H.html#gab2dc90cd2e60a11e5fae0bfa3fc68e98", null ]
];
Loading

0 comments on commit 88a3b6b

Please sign in to comment.