|
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::habec_mat (GpuArray< Real, 2 *3+1 > &sten, int i, int j, int k, Dim3 const &boxlo, Dim3 const &boxhi, Real sa, Array4< Real const > const &a, Real sb, GpuArray< Real, 3 > const &dx, GpuArray< Array4< Real const >, 3 > const &b, GpuArray< int, 3 *2 > const &bctype, GpuArray< Real, 3 *2 > const &bcl, int bho, GpuArray< Array4< int const >, 3 *2 > const &msk, Array4< Real > const &diaginv) |
| |
| template<typename Int > |
| __host__ __device__ void | amrex::habec_ijmat (GpuArray< Real, 2 *3+1 > &sten, Array4< Int > const &ncols, Array4< Real > const &diaginv, int i, int j, int k, Array4< Int const > const &cell_id, Real sa, Array4< Real const > const &a, Real sb, GpuArray< Real, 3 > const &dx, GpuArray< Array4< Real const >, 3 > const &b, GpuArray< int, 3 *2 > const &bctype, GpuArray< Real, 3 *2 > const &bcl, int bho, Array4< int const > const &osm) |
| |
| template<typename Int > |
| __host__ __device__ void | amrex::habec_cols (GpuArray< Int, 2 *3+1 > &sten, int i, int j, int, Array4< Int const > const &cell_id) |
| |
| template<typename Int > |
| __host__ __device__ void | amrex::habec_cols_eb (GpuArray< Int, 9 > &sten, int i, int j, int, Array4< Int const > const &cell_id) |
| |
| template<typename Int > |
| __host__ __device__ void | amrex::habec_ijmat_eb (GpuArray< Real, 9 > &sten, Array4< Int > const &ncols, Array4< Real > const &diaginv, int i, int j, int k, Array4< Int const > const &cell_id, Real sa, Array4< Real const > const &a, Real sb, GpuArray< Real, 3 > const &dx, GpuArray< Array4< Real const >, 3 > const &b, GpuArray< int, 3 *2 > const &bctype, GpuArray< Real, 3 *2 > const &bcl, int bho, Array4< const EBCellFlag > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ba, Array4< Real const > const &bcen, Array4< Real const > const &beb) |
| |