#include <AMReX_algoim_K.H>
|
| template<typename F > |
| __host__ __device__ Real | operator() (const F &f) const noexcept |
| |
| template<typename F > |
| __host__ Real | eval (const F &f) const noexcept |
| |
| __host__ __device__ void | evalIntegrand (const GpuArray< Real, 3 > &x_, Real w_) noexcept |
| |
◆ eval()
| __host__ Real amrex::algoim::QuadratureRule::eval |
( |
const F & |
f | ) |
const |
|
inlinenoexcept |
◆ evalIntegrand()
| __host__ __device__ void amrex::algoim::QuadratureRule::evalIntegrand |
( |
const GpuArray< Real, 3 > & |
x_, |
|
|
Real |
w_ |
|
) |
| |
|
inlinenoexcept |
◆ operator()()
| __host__ __device__ Real amrex::algoim::QuadratureRule::operator() |
( |
const F & |
f | ) |
const |
|
inlinenoexcept |
◆ nnodes
| int amrex::algoim::QuadratureRule::nnodes = 0 |
◆ nodes
The documentation for this struct was generated from the following file: