/__w/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/physics/integration/vacuum/integrator_p2_1ang.hh Source File#
|
DiFfRG
Discretization Framework for functional Renormalization Group flows
|
integrator_p2_1ang.hh
Go to the documentation of this file.
22 static constexpr ctype int_prefactor = S_d_prec<ctype>(dim - 1) // remaining solid angle after the polar angle
64 : public QuadratureIntegrator<2, NT, internal::Transform_p2_1ang<dim, NT, KERNEL>, ExecutionSpace>
66 using Base = QuadratureIntegrator<2, NT, internal::Transform_p2_1ang<dim, NT, KERNEL>, ExecutionSpace>;
92 : Integrator_p2_1ang(quadrature_provider, internal::make_int_grid<2, NT>(json, {"x_order", "cos1_order"}),
97 Integrator_p2_1ang(QuadratureProvider &quadrature_provider, const std::array<size_t, 2> grid_size,
Integrator_p2_1ang integrates a kernel depending on the radial momentum and the cosine of the singl...
Definition integrator_p2_1ang.hh:65
void set_x_extent(ctype x_extent)
Definition integrator_p2_1ang.hh:105
Integrator_p2_1ang(QuadratureProvider &quadrature_provider, const JSONValue &json)
Definition integrator_p2_1ang.hh:90
typename get_type::ctype< NT > ctype
Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
Definition integrator_p2_1ang.hh:84
static QuadratureType polar_quadrature()
Definition integrator_p2_1ang.hh:70
Integrator_p2_1ang(QuadratureProvider &quadrature_provider, const std::array< size_t, 2 > grid_size, ctype x_extent=2.)
Definition integrator_p2_1ang.hh:97
ExecutionSpace execution_space
Execution space to be used for the integration, e.g. GPU_exec, TBB_exec.
Definition integrator_p2_1ang.hh:88
This class performs numerical integration over a d-dimensional hypercube using quadrature rules.
Definition quadrature_integrator.hh:27
void set_grid_extents(const std::array< ctype, dim > &grid_min, const std::array< ctype, dim > &grid_max)
Definition quadrature_integrator.hh:54
QuadratureProvider & quadrature_provider
Definition quadrature_integrator.hh:297
device::array< size_t, dim > grid_size
Definition quadrature_integrator.hh:294
A class that provides quadrature points and weights, in host and device memory. The quadrature points...
Definition quadrature_provider.hh:137
Definition integrator_p2_1ang.hh:15
static KOKKOS_FORCEINLINE_FUNCTION NT kernel(const ctype q, const ctype cos, const T &...t)
Definition integrator_p2_1ang.hh:26
static constexpr ctype int_prefactor
Definition integrator_p2_1ang.hh:22
typename get_type::ctype< NT > ctype
Definition integrator_p2_1ang.hh:17
static KOKKOS_FORCEINLINE_FUNCTION NT constant(const T &...t)
Definition integrator_p2_1ang.hh:38
Definition abstract_integrator.hh:46
Definition abstract_integrator.hh:42
Definition abstract_integrator.hh:28
Definition math.hh:220
Definition complex_math.hh:10
constexpr KOKKOS_INLINE_FUNCTION NumberType powr(const NumberType x)
A compile-time evaluatable power function for whole number exponents.
Definition math.hh:41
Definition quadrature.hh:44
Generated by