SpECTRE Documentation Coverage Report
Current view: top level - Evolution/Systems/GrMhd/GhValenciaDivClean - NeutrinoSystems.hpp Hit Total Coverage
Commit: 1f2210958b4f38fdc0400907ee7c6d5af5111418 Lines: 0 4 0.0 %
Date: 2025-12-05 05:03:31
Legend: Lines: hit not hit

          Line data    Source code
       1           0 : // Distributed under the MIT License.
       2             : // See LICENSE.txt for details.
       3             : 
       4             : #pragma once
       5             : 
       6             : #include "Evolution/Particles/MonteCarlo/System.hpp"
       7             : #include "Evolution/Systems/RadiationTransport/M1Grey/System.hpp"
       8             : #include "Evolution/Systems/RadiationTransport/NoNeutrinos/System.hpp"
       9             : #include "Evolution/Systems/RadiationTransport/Tags.hpp"
      10             : 
      11           0 : using neutrino_species_elec = tmpl::list<neutrinos::ElectronNeutrinos<1>>;
      12           0 : using neutrino_species_elec_anti =
      13             :     tmpl::list<neutrinos::ElectronNeutrinos<1>,
      14             :                neutrinos::ElectronAntiNeutrinos<1>>;
      15             : 
      16           0 : #define GHMHD_NEUTRINOS                                                    \
      17             :   (RadiationTransport::NoNeutrinos::System, Particles::MonteCarlo::System, \
      18             :    RadiationTransport::M1Grey::System<neutrino_species_elec>,              \
      19             :    RadiationTransport::M1Grey::System<neutrino_species_elec_anti>)

Generated by: LCOV version 1.14