Skip to content

Commit

Permalink
Update amrex for updates to hypre. (Exawind#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel authored Apr 26, 2022
1 parent 19b0aed commit 0a44efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submods/amrex
Submodule amrex updated 65 files
+24 −0 Docs/sphinx_documentation/source/TimeIntegration_Chapter.rst
+60 −11 Src/AmrCore/AMReX_FillPatchUtil_I.H
+4 −4 Src/AmrCore/AMReX_Interp_2D_C.H
+21 −0 Src/Base/AMReX.cpp
+3 −1 Src/Base/AMReX_AsyncOut.cpp
+14 −14 Src/Base/AMReX_BaseFab.H
+9 −19 Src/Base/AMReX_BoxArray.H
+6 −0 Src/Base/AMReX_BoxArray.cpp
+68 −58 Src/Base/AMReX_FBI.H
+63 −21 Src/Base/AMReX_FabArray.H
+1 −2 Src/Base/AMReX_FabArrayBase.H
+2 −5 Src/Base/AMReX_FabArrayBase.cpp
+21 −18 Src/Base/AMReX_FabArrayCommI.H
+6 −6 Src/Base/AMReX_FabConv.cpp
+4 −4 Src/Base/AMReX_IntegratorBase.H
+8 −6 Src/Base/AMReX_PCI.H
+7 −7 Src/Base/AMReX_TagParallelFor.H
+3 −3 Src/Base/AMReX_TimeIntegrator.H
+95 −95 Src/EB/AMReX_EB2_2D_C.H
+108 −98 Src/EB/AMReX_EB2_2D_C.cpp
+250 −250 Src/EB/AMReX_EB2_3D_C.H
+300 −291 Src/EB/AMReX_EB2_3D_C.cpp
+23 −18 Src/EB/AMReX_EB2_GeometryShop.H
+8 −8 Src/EB/AMReX_EB2_IF_Cylinder.H
+2 −2 Src/EB/AMReX_EB2_IF_Ellipsoid.H
+2 −2 Src/EB/AMReX_EB2_IF_Polynomial.H
+4 −4 Src/EB/AMReX_EB2_IF_Scale.H
+1 −1 Src/EB/AMReX_EB2_IF_Spline.H
+4 −0 Src/EB/AMReX_EB2_Level.H
+1 −1 Src/EB/AMReX_EBAmrUtil.H
+3 −3 Src/EB/AMReX_EBMultiFabUtil.cpp
+59 −59 Src/EB/AMReX_EBMultiFabUtil_2D_C.H
+5 −5 Src/EB/AMReX_MultiCutFab.H
+47 −47 Src/EB/AMReX_algoim_K.H
+3 −3 Src/EB/AMReX_distFcnElement.cpp
+121 −56 Src/Extern/SUNDIALS/AMReX_SundialsIntegrator.H
+2 −1 Src/F_Interfaces/AmrCore/AMReX_fillpatch_fi.cpp
+1 −0 Src/F_Interfaces/AmrCore/AMReX_interpolater_mod.F90
+49 −21 Src/Particle/AMReX_NeighborList.H
+11 −3 Src/Particle/AMReX_NeighborParticles.H
+56 −0 Src/Particle/AMReX_NeighborParticlesI.H
+16 −1 Src/Particle/AMReX_ParticleContainerI.H
+20 −4 Src/Particle/AMReX_ParticleLocator.H
+459 −50 Src/Particle/AMReX_ParticleReduce.H
+58 −0 Src/Particle/AMReX_ParticleUtil.H
+53 −16 Src/Particle/Make.package
+1 −1 Tests/Amr/Advection_AmrLevel/Exec/UniformVelocity/GNUmakefile
+2 −0 Tests/HDF5Benchmark/GNUmakefile
+10 −10 Tests/MultiBlock/Advection/main.cpp
+12 −12 Tests/Parser/main.cpp
+4 −4 Tests/Particles/GhostsAndVirtuals/main.cpp
+22 −0 Tests/Particles/NeighborList/GNUmakefile
+4 −0 Tests/Particles/NeighborList/Make.package
+5 −0 Tests/Particles/NeighborList/inputs
+141 −0 Tests/Particles/NeighborList/main.cpp
+1 −0 Tests/Particles/NeighborParticles/GNUmakefile
+1 −0 Tests/Particles/ParallelContext/GNUmakefile
+1 −0 Tests/Particles/ParticleArray/GNUmakefile
+1 −0 Tests/Particles/ParticleReduce/GNUmakefile
+13 −11 Tests/Particles/ParticleReduce/main.cpp
+1 −0 Tests/Particles/ParticleTransformations/GNUmakefile
+1 −0 Tests/Particles/Redistribute/GNUmakefile
+1 −0 Tests/Particles/TypeDescriptor/GNUmakefile
+7 −7 Tools/GNUMake/comps/hip.mak
+7 −3 Tools/Plotfile/fnan.cpp

0 comments on commit 0a44efc

Please sign in to comment.