README updates/citation#471
Merged
baperry2 merged 5 commits intoAMReX-Combustion:developmentfrom Jan 26, 2024
Merged
Conversation
marchdf
approved these changes
Jan 26, 2024
wjge
pushed a commit
to wjge/PelePhysics
that referenced
this pull request
Feb 15, 2024
* Explicit filtering of hydro fluxes and source term. (AMReX-Combustion#112) This commit implements explicit filtering of the hydro fluxes and source term (for both MOL and PPM code paths). This is necessary to perform explicitly filtered Large Eddy Simulations. Contains: - regressions tests - documentation - CMake implementation * Remove legacy Fortran code. (AMReX-Combustion#252) * Use default for trivial constructors and only build HIP in CI for gfx908 (AMReX-Combustion#434) * Use default for trivial constructors. * Only build HIP in CI for gfx908. * Update PelePhysics. * Fixes to header files (AMReX-Combustion#439) * Fixes to header files. * Update PelePhysics submodule. * More fixes. * Initialize xdiff in HIT. * Invert some mfiter loops (AMReX-Combustion#446) Co-authored-by: Jon Rood <[email protected]> * Add GPU syncs because MF ParallelFor is non-blocking (AMReX-Combustion#471) * Rename header guards (AMReX-Combustion#506) * Replace _OPENMP with AMREX_USE_OMP to support Ascent. (AMReX-Combustion#519) * Address some warnings (AMReX-Combustion#554) * remove dependence of Filter on Utilities (#710) * move files * docs for filter * use amrex Pi instead of PeleC Pi --------- Co-authored-by: Marc T. Henry de Frahan <[email protected]> Co-authored-by: Jon Rood <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the README to reflect the recent reorg. Add contributing guidelines.
Add some articles to be used as citations: the new PeleMP paper and SIAM-PP paper. When the chemistry paper comes out, that can be added as well.