Block-Structured AMR Software Framework
AMReX_MLNodeTensorLap_1D_K.H
Go to the documentation of this file.
1 #ifndef AMREX_MLNODETENSORLAP_1D_K_H_
2 #define AMREX_MLNODETENSORLAP_1D_K_H_
3 #include <AMReX_Config.H>
4 
5 namespace amrex {
6 
8 void mlndtslap_interpadd (int, int, int, Array4<Real> const&,
9  Array4<Real const> const&, Array4<int const> const&) noexcept
10 {}
11 
13 void mlndtslap_semi_interpadd (int, int, int, Array4<Real> const&,
15  int) noexcept
16 {
17 }
18 
19 }
20 
21 #endif
#define AMREX_FORCE_INLINE
Definition: AMReX_Extension.H:119
#define AMREX_GPU_HOST_DEVICE
Definition: AMReX_GpuQualifiers.H:20
Definition: AMReX_Amr.cpp:49
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void mlndtslap_semi_interpadd(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, int) noexcept
Definition: AMReX_MLNodeTensorLap_1D_K.H:13
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void mlndtslap_interpadd(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &) noexcept
Definition: AMReX_MLNodeTensorLap_1D_K.H:8
Definition: AMReX_Array4.H:61