SpECTRE Documentation Coverage Report
Current view: top level - Evolution/DiscontinuousGalerkin - TimeDerivativeDecisions.hpp Hit Total Coverage
Commit: 3ffcbc8ecf43797401b60bcca17d6040ee06f013 Lines: 1 3 33.3 %
Date: 2026-03-03 02:01:44
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             : namespace evolution::dg {
       7             : /*!
       8             :  * \brief Runtime control over time derivative work done.
       9             :  *
      10             :  * - `compute_flux_divergence`: if `true` then we compute and add the flux
      11             :      divergence to the volume time derivative. Set to `false` to elide work
      12             :      where you know the solution is spatially constant.
      13             :  */
      14             : template <size_t Dim>
      15           1 : struct TimeDerivativeDecisions {
      16           0 :   bool compute_flux_divergence = true;
      17             : };
      18             : }  // namespace evolution::dg

Generated by: LCOV version 1.14