#include <AMReX_EB2_IF_Difference.H>
Public Member Functions | |
| DifferenceIF (F a_f, G a_g) | |
| Real | operator() (const RealArray &p) const noexcept |
| template<class U = F, class V = G, std::enable_if_t< IsGPUable< U >::value &&IsGPUable< V >::value, int > = 0> | |
| __host__ __device__ Real | operator() (Real x, Real y, Real z) const noexcept |
Protected Attributes | |
| F | m_f |
| G | m_g |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
protected |
|
protected |