Skip to content

Commit

Permalink
Move slope routines out of amrex (AMReX-Codes#2294)
Browse files Browse the repository at this point in the history
* Fix logic for 3D interpolation of cell centroids to face centroids

* Remove print statement that I left in by accident

* Don't use std::min on the gpu!

* When using hypre, limit number of possible multigrid levels by how much the EB can be coarsened

* Move slope (EB and regular) routines out of amrex and into AMReX-Hydro

* Move Tests/Slopes into AMReX-Hydro as well.
  • Loading branch information
asalmgren authored Aug 27, 2021
1 parent a94cd92 commit d0b275b
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 2,927 deletions.
433 changes: 0 additions & 433 deletions Src/Base/AMReX_Slopes_K.H

This file was deleted.

1 change: 0 additions & 1 deletion Src/Base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ target_sources( amrex
AMReX_Random.H
AMReX_RandomEngine.H
AMReX_Random.cpp
AMReX_Slopes_K.H
AMReX_BLassert.H
AMReX_ArrayLim.H
AMReX_REAL.H
Expand Down
2 changes: 0 additions & 2 deletions Src/Base/Make.package
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ C$(AMREX_BASE)_sources += AMReX_FileSystem.cpp
C$(AMREX_BASE)_headers += AMReX_Random.H AMReX_RandomEngine.H
C$(AMREX_BASE)_sources += AMReX_Random.cpp

C$(AMREX_BASE)_headers += AMReX_Slopes_K.H

C$(AMREX_BASE)_headers += AMReX_REAL.H AMReX_INT.H AMReX_CONSTANTS.H AMReX_SPACE.H

C$(AMREX_BASE)_sources += AMReX_DistributionMapping.cpp AMReX_ParallelDescriptor.cpp
Expand Down
Loading

0 comments on commit d0b275b

Please sign in to comment.