#include <AMReX_algoim_K.H>
Classes | |
struct | Node |
Public Member Functions | |
template<typename F > | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | operator() (const F &f) const noexcept |
template<typename F > | |
AMREX_GPU_HOST AMREX_FORCE_INLINE Real | eval (const F &f) const noexcept |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | evalIntegrand (const GpuArray< Real, 3 > &x_, Real w_) noexcept |
Public Attributes | |
int | nnodes = 0 |
GpuArray< Node, 256 > | nodes |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
int amrex::algoim::QuadratureRule::nnodes = 0 |