#include <AMReX_EBData.H>
|
template<EBData_t T> |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE auto | get (int i, int j, int k) const noexcept |
|
template<EBData_t T, std::enable_if_t< T==EBData_t::centroid||T==EBData_t::bndrycent||T==EBData_t::bndrynorm AMREX_D_TERM(||T==EBData_t::fcx,||T==EBData_t::fcy,||T==EBData_t::fcz), int > = 0> |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE auto | get (int i, int j, int k, int n) const noexcept |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE GpuArray< Real, AMREX_SPACEDIM > | randomPointOnEB (int i, int j, int k, RandomEngine const &engine) const |
|
◆ get() [1/2]
◆ get() [2/2]
template<EBData_t T, std::enable_if_t< T==EBData_t::centroid||T==EBData_t::bndrycent||T==EBData_t::bndrynorm AMREX_D_TERM(||T==EBData_t::fcx,||T==EBData_t::fcy,||T==EBData_t::fcz), int > = 0>
◆ randomPointOnEB()
◆ m_cell_flag
◆ m_real_data
Array4<Real const> const* amrex::EBData::m_real_data = nullptr |
◆ real_data_size
The documentation for this struct was generated from the following file: