SpECTRE Documentation Coverage Report
Current view: top level - Evolution/Systems/GrMhd/GhValenciaDivClean/Subcell - TciOnDgGrid.hpp Hit Total Coverage
Commit: 3c072f0ce967e2e56649d3fa12aa2a0e4fe2a42e Lines: 1 2 50.0 %
Date: 2024-04-23 20:50:18
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/Systems/GrMhd/ValenciaDivClean/Subcell/TciOnDgGrid.hpp"
       7             : 
       8             : namespace grmhd::GhValenciaDivClean::subcell {
       9             : /*!
      10             :  * \brief The troubled-cell indicator run on the DG grid to check if the
      11             :  * solution is admissible.
      12             :  *
      13             :  * See `grmhd::ValenciaDivClean::subcell::TciOnDgGrid` for details.
      14             :  */
      15             : template <typename RecoveryScheme>
      16           1 : struct TciOnDgGrid
      17             :     : grmhd::ValenciaDivClean::subcell::TciOnDgGrid<RecoveryScheme> {};
      18             : }  // namespace grmhd::GhValenciaDivClean::subcell

Generated by: LCOV version 1.14