|
template<typename F > |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::mlebndfdlap_grad_x_doit (int i, int j, int k, Array4< Real > const &px, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecx, F const &phieb, Real dxi) |
|
template<typename F > |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::mlebndfdlap_grad_y_doit (int i, int j, int k, Array4< Real > const &py, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecy, F const &phieb, Real dyi) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::mlebndfdlap_grad_x (Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Real phieb, Real dxi) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::mlebndfdlap_grad_x (Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &phieb, Real dxi) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::mlebndfdlap_grad_y (Box const &b, Array4< Real > const &py, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecy, Real phieb, Real dyi) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::mlebndfdlap_grad_y (Box const &b, Array4< Real > const &py, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecy, Array4< Real const > const &phieb, Real dyi) |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | amrex::mlebndfdlap_grad_x (Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Real dxi) |
|