#include <AMReX_EBData.H>
|
| template<EBData_t T> |
| __host__ __device__ 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||T==EBData_t::fcx||T==EBData_t::fcy||T==EBData_t::fcz, int > = 0> |
| __host__ __device__ auto | get (int i, int j, int k, int n) const noexcept |
| |
| __host__ __device__ GpuArray< Real, 3 > | randomPointOnEB (int i, int j, int k, RandomEngine const &engine) const |
| |
◆ get() [1/2]
| __host__ __device__ auto amrex::EBData::get |
( |
int |
i, |
|
|
int |
j, |
|
|
int |
k |
|
) |
| const |
|
inlinenoexcept |
◆ get() [2/2]
| __host__ __device__ auto amrex::EBData::get |
( |
int |
i, |
|
|
int |
j, |
|
|
int |
k, |
|
|
int |
n |
|
) |
| const |
|
inlinenoexcept |
◆ randomPointOnEB()
| __host__ __device__ GpuArray< Real, 3 > amrex::EBData::randomPointOnEB |
( |
int |
i, |
|
|
int |
j, |
|
|
int |
k, |
|
|
RandomEngine const & |
engine |
|
) |
| const |
|
inline |
◆ 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: