/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/physics/integration/finiteT/integrator_fT_p2_1ang.hh Source File#
|
DiFfRG
|
integrator_fT_p2_1ang.hh
Go to the documentation of this file.
43 : public QuadratureIntegrator_fT<3, NT, internal::Transform_fT_p2_1ang<dim, NT, KERNEL>, ExecutionSpace>
45 using Base = QuadratureIntegrator_fT<3, NT, internal::Transform_fT_p2_1ang<dim, NT, KERNEL>, ExecutionSpace>;
56 : Integrator_fT_p2_1ang(quadrature_provider, internal::make_int_grid<2, NT>(json, {"x_order", "cos1_order"}),
61 Integrator_fT_p2_1ang(QuadratureProvider &quadrature_provider, const std::array<size_t, 2> grid_size,
Definition integrator_fT_p2_1ang.hh:44
void set_x_extent(ctype x_extent)
Definition integrator_fT_p2_1ang.hh:69
ExecutionSpace execution_space
Definition integrator_fT_p2_1ang.hh:52
Integrator_fT_p2_1ang(QuadratureProvider &quadrature_provider, const JSONValue &json)
Definition integrator_fT_p2_1ang.hh:54
Integrator_fT_p2_1ang(QuadratureProvider &quadrature_provider, const std::array< size_t, 2 > grid_size, ctype x_extent=2., ctype T=1, ctype typical_E=1)
Definition integrator_fT_p2_1ang.hh:61
typename get_type::ctype< NT > ctype
Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
Definition integrator_fT_p2_1ang.hh:51
void set_typical_E(ctype typical_E)
Definition integrator_fT_p2_1ang.hh:82
Definition quadrature_integrator_fT.hh:19
A class that provides quadrature points and weights, in host and device memory. The quadrature points...
Definition quadrature_provider.hh:137
Definition integrator_fT_p2_1ang.hh:12
static constexpr ctype int_prefactor
Definition integrator_fT_p2_1ang.hh:17
typename get_type::ctype< NT > ctype
Definition integrator_fT_p2_1ang.hh:15
static KOKKOS_FORCEINLINE_FUNCTION NT constant(const T &...t)
Definition integrator_fT_p2_1ang.hh:32
static KOKKOS_FORCEINLINE_FUNCTION NT kernel(const ctype q, const ctype cos, const ctype q0, const T &...t)
Definition integrator_fT_p2_1ang.hh:22
static constexpr int sdim
Definition integrator_fT_p2_1ang.hh:14
Definition abstract_integrator.hh:28
Definition math.hh:220
std::array< size_t, dim > make_int_grid(const JSONValue &json, const std::array< std::string, dim > &names)
Definition abstract_integrator.hh:13
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
consteval NT S_d_prec(uint d)
Surface of a d-dimensional sphere (precompiled)
Definition math.hh:112
Generated by