Skip to content

Commit

Permalink
Bump Submodules/amrex from 728eec4 to 1735fd5 (AMReX-Combustion#496)
Browse files Browse the repository at this point in the history
Bumps [Submodules/amrex](https://github.com/AMReX-Codes/amrex) from `728eec4` to `1735fd5`.
- [Release notes](https://github.com/AMReX-Codes/amrex/releases)
- [Commits](AMReX-Codes/amrex@728eec4...1735fd5)

---
updated-dependencies:
- dependency-name: Submodules/amrex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 13bdc93 commit 1bea1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Submodules/amrex
Submodule amrex updated 82 files
+3 −0 .clang-tidy
+4 −4 .github/workflows/bittree.yml
+6 −6 .github/workflows/clang.yml
+13 −25 .github/workflows/hip.yml
+4 −4 .github/workflows/hypre.yml
+1 −0 .github/workflows/intel.yml
+2 −2 .github/workflows/petsc.yml
+2 −2 .github/workflows/smoke.yml
+2 −2 .github/workflows/sundials.yml
+39 −0 CHANGES
+2 −2 Docs/sphinx_documentation/source/Basics.rst
+2 −1 README.md
+3 −0 Src/Amr/AMReX_Amr.H
+11 −6 Src/Amr/AMReX_Amr.cpp
+5 −4 Src/Amr/AMReX_AmrLevel.cpp
+11 −11 Src/AmrCore/AMReX_FillPatchUtil_I.H
+6 −6 Src/AmrCore/AMReX_FillPatcher.H
+5 −1 Src/AmrCore/AMReX_Interp_2D_C.H
+5 −1 Src/AmrCore/AMReX_Interp_3D_C.H
+0 −4 Src/AmrCore/AMReX_MFInterp_C.H
+1 −8 Src/Base/AMReX_BLProfiler.H
+31 −31 Src/Base/AMReX_FabArray.H
+2 −5 Src/Base/AMReX_GpuDevice.H
+22 −0 Src/Base/AMReX_GpuDevice.cpp
+12 −1 Src/Base/AMReX_MultiFab.H
+97 −1 Src/Base/AMReX_MultiFab.cpp
+9 −0 Src/Base/AMReX_PODVector.H
+1 −1 Src/Base/AMReX_PhysBCFunct.H
+20 −0 Src/Base/AMReX_Scan.H
+4 −10 Src/Base/AMReX_TinyProfiler.H
+78 −174 Src/Base/AMReX_TinyProfiler.cpp
+24 −0 Src/Base/AMReX_Tuple.H
+4 −0 Src/Base/Parser/AMReX_IParser_Exe.H
+4 −0 Src/Base/Parser/AMReX_Parser_Exe.H
+12 −2 Src/Base/Parser/AMReX_Parser_Y.H
+1 −0 Src/Base/Parser/amrex_parser.l
+129 −125 Src/Base/Parser/amrex_parser.lex.nolint.H
+4 −6 Src/Boundary/AMReX_YAFluxRegister_K.H
+3 −1 Src/EB/AMReX_EB2_2D_C.H
+6 −2 Src/EB/AMReX_EB2_3D_C.H
+31 −23 Src/EB/AMReX_EB2_3D_C.cpp
+1 −0 Src/EB/AMReX_EB2_C.H
+1 −1 Src/EB/AMReX_EB2_Level.H
+10 −12 Src/EB/AMReX_EBFluxRegister_2D_C.H
+10 −12 Src/EB/AMReX_EBFluxRegister_3D_C.H
+0 −3 Src/EB/AMReX_EB_Slopes_2D_K.H
+0 −3 Src/EB/AMReX_EB_Slopes_3D_K.H
+3 −3 Src/Extern/HYPRE/AMReX_Hypre.cpp
+1 −1 Src/Extern/HYPRE/AMReX_HypreABecLap.cpp
+1 −1 Src/Extern/HYPRE/AMReX_HypreABecLap2.cpp
+1 −1 Src/Extern/HYPRE/AMReX_HypreABecLap3.cpp
+8 −8 Src/Extern/HYPRE/AMReX_HypreIJIface.cpp
+1 −1 Src/Extern/HYPRE/AMReX_HypreNodeLap.cpp
+2 −2 Src/Extern/HYPRE/AMReX_HypreSolver.H
+3 −3 Src/Extern/PETSc/AMReX_PETSc.cpp
+1 −1 Src/Extern/SUNDIALS/AMReX_Sundials.H
+2 −2 Src/LinearSolvers/MLMG/AMReX_MLEBABecLap_K.H
+1 −1 Src/LinearSolvers/MLMG/AMReX_MLNodeABecLaplacian.cpp
+31 −12 Src/LinearSolvers/MLMG/AMReX_MLNodeLap_2D_K.H
+39 −13 Src/LinearSolvers/MLMG/AMReX_MLNodeLap_3D_K.H
+2 −3 Src/LinearSolvers/MLMG/AMReX_MLNodeLap_K.H
+2 −2 Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp
+12 −12 Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian_hypre.cpp
+5 −1 Src/LinearSolvers/MLMG/AMReX_MLNodeTensorLap_2D_K.H
+5 −1 Src/LinearSolvers/MLMG/AMReX_MLNodeTensorLap_3D_K.H
+0 −19 Src/LinearSolvers/MLMG/AMReX_MLNodeTensorLap_K.H
+4 −4 Src/LinearSolvers/MLMG/AMReX_MLNodeTensorLaplacian.cpp
+3 −3 Src/Particle/AMReX_NeighborList.H
+1 −1 Src/Particle/AMReX_NeighborParticlesI.H
+0 −3 Src/Particle/AMReX_Particle.H
+1 −1 Src/Particle/AMReX_ParticleCommunication.H
+13 −2 Src/Particle/AMReX_ParticleContainer.H
+13 −0 Src/Particle/AMReX_ParticleContainerI.H
+2 −2 Src/Particle/AMReX_ParticleIO.H
+16 −23 Tests/EB_CNS/Source/hydro/CNS_hydro_K.H
+16 −20 Tests/EB_CNS/Source/hydro/CNS_hydro_eb_K.H
+16 −23 Tests/GPU/CNS/Source/hydro/CNS_hydro_K.H
+0 −4 Tests/LinearSolvers/CellEB2/MyTest_K.H
+9 −2 Tools/CMake/AMReXSetDefines.cmake
+1 −0 Tools/CMake/AMReX_Config_ND.H.in
+7 −0 Tools/GNUMake/Make.defs
+13 −4 Tools/Plotfile/fcompare.cpp

0 comments on commit 1bea1bf

Please sign in to comment.