/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/physics/integration/finiteT/integrator_fT_p2_4d_2ang.hh Source File#
|
DiFfRG
|
integrator_fT_p2_4d_2ang.hh
Go to the documentation of this file.
41 : public QuadratureIntegrator_fT<4, NT, internal::Transform_fT_p2_4D_2ang<NT, KERNEL>, ExecutionSpace>
43 using Base = QuadratureIntegrator_fT<4, NT, internal::Transform_fT_p2_4D_2ang<NT, KERNEL>, ExecutionSpace>;
63 Integrator_fT_p2_4D_2ang(QuadratureProvider &quadrature_provider, const std::array<size_t, 3> grid_size,
Definition integrator_fT_p2_4d_2ang.hh:42
Integrator_fT_p2_4D_2ang(QuadratureProvider &quadrature_provider, const JSONValue &json)
Definition integrator_fT_p2_4d_2ang.hh:55
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_4d_2ang.hh:49
ExecutionSpace execution_space
Execution space to be used for the integration, e.g. GPU_exec, TBB_exec.
Definition integrator_fT_p2_4d_2ang.hh:53
void set_x_extent(ctype x_extent)
Definition integrator_fT_p2_4d_2ang.hh:71
Integrator_fT_p2_4D_2ang(QuadratureProvider &quadrature_provider, const std::array< size_t, 3 > grid_size, ctype x_extent=2., ctype T=1, ctype typical_E=1)
Definition integrator_fT_p2_4d_2ang.hh:63
void set_typical_E(ctype typical_E)
Definition integrator_fT_p2_4d_2ang.hh:84
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_4d_2ang.hh:12
static KOKKOS_FORCEINLINE_FUNCTION NT constant(const T &...t)
Definition integrator_fT_p2_4d_2ang.hh:31
static constexpr ctype int_prefactor
Definition integrator_fT_p2_4d_2ang.hh:16
static KOKKOS_FORCEINLINE_FUNCTION NT kernel(const ctype q, const ctype cos1, const ctype phi, const ctype q0, const T &...t)
Definition integrator_fT_p2_4d_2ang.hh:19
typename get_type::ctype< NT > ctype
Definition integrator_fT_p2_4d_2ang.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
Generated by