Block-Structured AMR Software Framework
AMReX_OpenBC_K.H File Reference
#include <AMReX_OpenBC.H>
#include <AMReX_LOUtil_K.H>

Go to the source code of this file.

Namespaces

 amrex
 
 amrex::openbc
 

Functions

AMREX_GPU_DEVICE AMREX_FORCE_INLINE void amrex::openbc::scale_moments (openbc::Moments::array_type &mom)
 
AMREX_GPU_DEVICE AMREX_FORCE_INLINE Real amrex::openbc::block_potential (openbc::Moments const &mom, Real xb, Real yb, Real zb)
 
AMREX_GPU_DEVICE AMREX_FORCE_INLINE void amrex::openbc::interp_coef (int i, int ii, Real *AMREX_RESTRICT c, int crse_ratio)
 
AMREX_GPU_DEVICE AMREX_FORCE_INLINE Real amrex::openbc::interpccx (int ii, int j, int k, Array4< Real const > const &phi, int crse_ratio)
 
AMREX_GPU_DEVICE AMREX_FORCE_INLINE Real amrex::openbc::interpccy (int i, int jj, int k, Array4< Real const > const &phi, int crse_ratio)
 
AMREX_GPU_DEVICE AMREX_FORCE_INLINE Real amrex::openbc::interpccz (int i, int j, int kk, Array4< Real const > const &phi, int crse_ratio)