#include <integrator_gpu.hh>
|
struct | functor |
| Custom functor for the thrust::transform_reduce function. More...
|
|
|
using | ctype = typename get_type::ctype<NT> |
| Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
|
|
|
| IntegratorGPU (QuadratureProvider &quadrature_provider, const std::array< uint, 1 > grid_size, const ctype x_extent, const uint max_block_size=256) |
|
| IntegratorGPU (QuadratureProvider &quadrature_provider, const std::array< uint, 1 > grid_size, const ctype x_extent, const JSONValue &json) |
|
| IntegratorGPU (QuadratureProvider &quadrature_provider, const uint grid_size, const ctype x_extent, const uint max_block_size=256) |
|
| IntegratorGPU (const IntegratorGPU &other) |
|
template<typename... T> |
NT | get (const ctype k, const T &...t) const |
| Get the integral of the kernel.
|
|
template<typename... T> |
std::future< NT > | request (const ctype k, const T &...t) const |
| Request a future for the integral of the kernel.
|
|
◆ ctype
template<int d, typename NT , typename KERNEL >
Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
◆ IntegratorGPU() [1/4]
template<int d, typename NT , typename KERNEL >
◆ IntegratorGPU() [2/4]
template<int d, typename NT , typename KERNEL >
◆ IntegratorGPU() [3/4]
template<int d, typename NT , typename KERNEL >
◆ IntegratorGPU() [4/4]
template<int d, typename NT , typename KERNEL >
◆ get()
template<int d, typename NT , typename KERNEL >
template<typename... T>
Get the integral of the kernel.
- Template Parameters
-
T | Types of the parameters for the kernel. |
- Parameters
-
k | RG-scale. |
t | Parameters forwarded to the kernel. |
- Returns
- NT Integral of the kernel plus the constant part.
◆ request()
template<int d, typename NT , typename KERNEL >
template<typename... T>
Request a future for the integral of the kernel.
- Template Parameters
-
T | Types of the parameters for the kernel. |
- Parameters
-
k | RG-scale. |
t | Parameters forwarded to the kernel. |
- Returns
- std::future<NT> future holding the integral of the kernel plus the constant part.
◆ grid_size
template<int d, typename NT , typename KERNEL >
◆ ptr_x_quadrature_p
template<int d, typename NT , typename KERNEL >
◆ ptr_x_quadrature_w
template<int d, typename NT , typename KERNEL >
◆ x_extent
template<int d, typename NT , typename KERNEL >
The documentation for this class was generated from the following file:
- /home/runner/work/DiFfRG/DiFfRG/DiFfRG/include/DiFfRG/physics/integration/integrator_gpu.hh