/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/physics/integration/finiteT/quadrature_integrator_fT.hh File Reference#

DiFfRG: /home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/physics/integration/finiteT/quadrature_integrator_fT.hh File Reference
DiFfRG
Discretization Framework for functional Renormalization Group flows
quadrature_integrator_fT.hh File Reference

Go to the source code of this file.

Classes

class  DiFfRG::QuadratureIntegrator_fT< dim, NT, KERNEL, ExecutionSpace >
 
class  DiFfRG::QuadratureIntegrator_fT< dim, NT, KERNEL, TBB_exec >
 

Namespaces

namespace  DiFfRG
 

Variables

template<class K >
constexpr bool DiFfRG::kernel_is_matsubara_even = requires { requires K::matsubara_even; }
 
template<class K >
constexpr bool DiFfRG::kernel_has_finite_matsubara_extent = requires { requires K::matsubara_finite_extent; }
 
template<class K >
constexpr bool DiFfRG::kernel_has_matsubara_split = requires { requires K::matsubara_split; }