#include <integrator_3D_cartesian_cpu.hh>
|
using | ctype = typename get_type::ctype<NT> |
| Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
|
|
|
| Integrator3DCartesianTBB (QuadratureProvider &quadrature_provider, const std::array< uint, 3 > grid_sizes, const ctype x_extent, const JSONValue &json) |
|
| Integrator3DCartesianTBB (QuadratureProvider &quadrature_provider, std::array< uint, 3 > grid_sizes, const ctype x_extent=0., const uint max_block_size=0, const ctype qx_min=-M_PI, const ctype qy_min=-M_PI, const ctype qz_min=-M_PI, const ctype qx_max=M_PI, const ctype qy_max=M_PI, const ctype qz_max=M_PI) |
|
void | set_qx_min (const ctype qx_min) |
| Set the minimum value of the qx integration range.
|
|
void | set_qy_min (const ctype qy_min) |
| Set the minimum value of the qy integration range.
|
|
void | set_qz_min (const ctype qz_min) |
| Set the minimum value of the qz integration range.
|
|
void | set_qx_max (const ctype qx_max) |
| Set the maximum value of the qx integration range.
|
|
void | set_qy_max (const ctype qy_max) |
| Set the maximum value of the qy integration range.
|
|
void | set_qz_max (const ctype qz_max) |
| Set the maximum value of the qz integration range.
|
|
template<typename... T> |
NT | get (const ctype k, const T &...t) const |
|
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<typename NT , typename KERNEL >
Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
◆ Integrator3DCartesianTBB() [1/2]
template<typename NT , typename KERNEL >
◆ Integrator3DCartesianTBB() [2/2]
template<typename NT , typename KERNEL >
DiFfRG::Integrator3DCartesianTBB< NT, KERNEL >::Integrator3DCartesianTBB |
( |
QuadratureProvider & | quadrature_provider, |
|
|
std::array< uint, 3 > | grid_sizes, |
|
|
const ctype | x_extent = 0., |
|
|
const uint | max_block_size = 0, |
|
|
const ctype | qx_min = -M_PI, |
|
|
const ctype | qy_min = -M_PI, |
|
|
const ctype | qz_min = -M_PI, |
|
|
const ctype | qx_max = M_PI, |
|
|
const ctype | qy_max = M_PI, |
|
|
const ctype | qz_max = M_PI ) |
|
inline |
◆ get()
template<typename NT , typename KERNEL >
template<typename... T>
◆ request()
template<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.
◆ set_qx_max()
template<typename NT , typename KERNEL >
Set the maximum value of the qx integration range.
◆ set_qx_min()
template<typename NT , typename KERNEL >
Set the minimum value of the qx integration range.
◆ set_qy_max()
template<typename NT , typename KERNEL >
Set the maximum value of the qy integration range.
◆ set_qy_min()
template<typename NT , typename KERNEL >
Set the minimum value of the qy integration range.
◆ set_qz_max()
template<typename NT , typename KERNEL >
Set the maximum value of the qz integration range.
◆ set_qz_min()
template<typename NT , typename KERNEL >
Set the minimum value of the qz integration range.
◆ grid_sizes
template<typename NT , typename KERNEL >
◆ qx_extent
template<typename NT , typename KERNEL >
◆ qx_min
template<typename NT , typename KERNEL >
◆ qy_extent
template<typename NT , typename KERNEL >
◆ qy_min
template<typename NT , typename KERNEL >
◆ qz_extent
template<typename NT , typename KERNEL >
◆ qz_min
template<typename NT , typename KERNEL >
◆ x_quadrature_p
template<typename NT , typename KERNEL >
◆ x_quadrature_w
template<typename NT , typename KERNEL >
◆ y_quadrature_p
template<typename NT , typename KERNEL >
◆ y_quadrature_w
template<typename NT , typename KERNEL >
◆ z_quadrature_p
template<typename NT , typename KERNEL >
◆ z_quadrature_w
template<typename NT , typename KERNEL >
The documentation for this class was generated from the following file: