#include <AMReX_EB2_IF_Polynomial.H>
Public Member Functions | |
PolyIF (const GpuArray< PolyTerm, N > &a_polynomial, bool a_inside=true) | |
inside: is the fluid inside the ellipsoid? More... | |
AMREX_GPU_HOST_DEVICE Real | operator() (AMREX_D_DECL(Real x, Real y, Real z)) const noexcept |
Real | operator() (const RealArray &p) const noexcept |
Protected Attributes | |
GpuArray< PolyTerm, N > | m_polynomial |
Real | m_sign |
|
inline |
inside: is the fluid inside the ellipsoid?
|
inlinenoexcept |
|
inlinenoexcept |
|
protected |
|
protected |