SpECTRE Documentation Coverage Report
Current view: top level - PointwiseFunctions/ScalarTensor/ScalarGaussBonnet/CouplingFunctions - Factory.hpp Hit Total Coverage
Commit: c3e43f8d41800b0ecefb9d1393f1de1d5a280c8f Lines: 1 2 50.0 %
Date: 2026-07-24 22:09:25
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 "PointwiseFunctions/ScalarTensor/ScalarGaussBonnet/CouplingFunctions/Exponential.hpp"
       7             : #include "PointwiseFunctions/ScalarTensor/ScalarGaussBonnet/CouplingFunctions/QuarticPolynomial.hpp"
       8             : #include "Utilities/TMPL.hpp"
       9             : 
      10             : namespace ScalarTensor::sgb::CouplingFunctions {
      11             : /*!
      12             :  * \brief Typelist of all implemented coupling functions for
      13             :  * Einstein-scalar-Gauss-Bonnet gravity.
      14             :  */
      15           1 : using all_coupling_functions = tmpl::list<Exponential, QuarticPolynomial>;
      16             : }  // namespace ScalarTensor::sgb::CouplingFunctions

Generated by: LCOV version 1.14