/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/physics/integration.hh Source File#
|
DiFfRG
Discretization Framework for functional Renormalization Group flows
|
integration.hh
Go to the documentation of this file.
105 if constexpr (DiFfRG::has_integrator_AD<Int>) invoke_set_typical_E(integrator.integrator_AD, typical_E);
106 if constexpr (DiFfRG::has_integrator_AD2<Int>) invoke_set_typical_E(integrator.integrator_AD2, typical_E);
131 if constexpr (DiFfRG::has_integrator_AD<Int>) invoke_set_x_extent(integrator.integrator_AD, x_extent);
132 if constexpr (DiFfRG::has_integrator_AD2<Int>) invoke_set_x_extent(integrator.integrator_AD2, x_extent);
Definition integration.hh:29
Definition integration.hh:26
Definition integration.hh:62
Definition integration.hh:36
Definition integration.hh:88
Definition integration.hh:114
Definition complex_math.hh:10
void all_set_typical_E(Int &integrator, const double typical_E)
Definition integration.hh:102
void invoke_set_typical_E(Int &integrator, const double typical_E)
Definition integration.hh:92
void invoke_set_x_extent(Int &integrator, const double x_extent)
Definition integration.hh:118
void all_set_x_extent(Int &integrator, const double x_extent)
Definition integration.hh:128
Generated by