#include <AMReX_Config.H>
Go to the source code of this file.
Namespaces | |
amrex | |
Functions | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::amrex_first_order_extrap_cpu (amrex::Box const &bx, int nComp, amrex::Array4< const int > const &mask, amrex::Array4< amrex::Real > const &data) noexcept |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::amrex_first_order_extrap_gpu (int i, int j, int k, int n, amrex::Box const &bx, amrex::Array4< const int > const &mask, amrex::Array4< amrex::Real > const &data) noexcept |