/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/physics/integration/finiteT/integrator_fT.hh Source File#
|
DiFfRG
|
integrator_fT.hh
Go to the documentation of this file.
28 : Integrator_fT(quadrature_provider, internal::make_int_grid<2, NT>(json, {"x_order", "cos1_order"}),
Definition integrator_fT.hh:13
ExecutionSpace execution_space
Execution space to be used for the integration, e.g. GPU_exec, TBB_exec.
Definition integrator_fT.hh:24
Integrator_fT(QuadratureProvider &quadrature_provider, ctype T=1, ctype typical_E=1)
Definition integrator_fT.hh:33
Integrator_fT(QuadratureProvider &quadrature_provider, const JSONValue &json)
Definition integrator_fT.hh:26
void set_typical_E(ctype typical_E)
Definition integrator_fT.hh:43
typename get_type::ctype< NT > ctype
Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
Definition integrator_fT.hh:20
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 abstract_integrator.hh:28
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