#include <AMReX_algoim_K.H>
|
| EBPlane ()=default |
|
constexpr AMREX_GPU_HOST_DEVICE | EBPlane (GpuArray< Real, 3 > const &c, GpuArray< Real, 3 > const n) noexcept |
|
constexpr AMREX_GPU_HOST_DEVICE | EBPlane (Real cx, Real cy, Real cz, Real nx, Real ny, Real nz) noexcept |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | operator() (Real x, Real y, Real z) const noexcept |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | operator() (GpuArray< Real, 3 > const &p) const noexcept |
|
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | grad (int d) const noexcept |
|
◆ EBPlane() [1/3]
amrex::algoim::EBPlane::EBPlane |
( |
| ) |
|
|
default |
◆ EBPlane() [2/3]
◆ EBPlane() [3/3]
constexpr AMREX_GPU_HOST_DEVICE amrex::algoim::EBPlane::EBPlane |
( |
Real |
cx, |
|
|
Real |
cy, |
|
|
Real |
cz, |
|
|
Real |
nx, |
|
|
Real |
ny, |
|
|
Real |
nz |
|
) |
| |
|
inlineconstexprnoexcept |
◆ grad()
◆ operator()() [1/2]
◆ operator()() [2/2]
◆ cent
GpuArray<Real,3> amrex::algoim::EBPlane::cent {} |
◆ norm
GpuArray<Real,3> amrex::algoim::EBPlane::norm {} |
The documentation for this struct was generated from the following file: