#include <AMReX_algoim_K.H>
|
| | EBPlane ()=default |
| |
| __host__ __device__ constexpr | EBPlane (GpuArray< Real, 3 > const &c, GpuArray< Real, 3 > const n) noexcept |
| |
| __host__ __device__ constexpr | EBPlane (Real cx, Real cy, Real cz, Real nx, Real ny, Real nz) noexcept |
| |
| __host__ __device__ Real | operator() (Real x, Real y, Real z) const noexcept |
| |
| __host__ __device__ Real | operator() (GpuArray< Real, 3 > const &p) const noexcept |
| |
| __host__ __device__ Real | grad (int d) const noexcept |
| |
◆ EBPlane() [1/3]
| amrex::algoim::EBPlane::EBPlane |
( |
| ) |
|
|
default |
◆ EBPlane() [2/3]
| __host__ __device__ constexpr amrex::algoim::EBPlane::EBPlane |
( |
GpuArray< Real, 3 > const & |
c, |
|
|
GpuArray< Real, 3 > const |
n |
|
) |
| |
|
inlineconstexprnoexcept |
◆ EBPlane() [3/3]
| __host__ __device__ constexpr amrex::algoim::EBPlane::EBPlane |
( |
Real |
cx, |
|
|
Real |
cy, |
|
|
Real |
cz, |
|
|
Real |
nx, |
|
|
Real |
ny, |
|
|
Real |
nz |
|
) |
| |
|
inlineconstexprnoexcept |
◆ grad()
| __host__ __device__ Real amrex::algoim::EBPlane::grad |
( |
int |
d | ) |
const |
|
inlinenoexcept |
◆ operator()() [1/2]
| __host__ __device__ Real amrex::algoim::EBPlane::operator() |
( |
GpuArray< Real, 3 > const & |
p | ) |
const |
|
inlinenoexcept |
◆ operator()() [2/2]
| __host__ __device__ Real amrex::algoim::EBPlane::operator() |
( |
Real |
x, |
|
|
Real |
y, |
|
|
Real |
z |
|
) |
| const |
|
inlinenoexcept |
◆ 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: