#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? | |
| __host__ __device__ Real | operator() (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 |