#include <AMReX_EB2_IF_Union.H>
|
| template<std::size_t... Is> |
| Real | op_impl (const RealArray &p, std::index_sequence< Is... >) const noexcept |
| |
| template<std::size_t... Is> |
| __host__ __device__ Real | op_impl (Real x, Real y, Real z, std::index_sequence< Is... >) const noexcept |
| |
◆ op_impl() [1/2]
template<class... Fs>
template<std::size_t... Is>
◆ op_impl() [2/2]
template<class... Fs>
template<std::size_t... Is>
| __host__ __device__ Real amrex::EB2::UnionIF< Fs >::op_impl |
( |
Real |
x, |
|
|
Real |
y, |
|
|
Real |
z, |
|
|
std::index_sequence< Is... > |
|
|
) |
| const |
|
inlineprotectednoexcept |
◆ operator()() [1/2]
◆ operator()() [2/2]
template<class... Fs>
template<class U = UnionIF<Fs...>, std::enable_if_t<
IsGPUable< U >::value, int > = 0>
| __host__ __device__ Real amrex::EB2::UnionIF< Fs >::operator() |
( |
Real |
x, |
|
|
Real |
y, |
|
|
Real |
z |
|
) |
| const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: