SpECTRE Documentation Coverage Report
Current view: top level - Evolution/Ader - Ader.hpp Hit Total Coverage
Commit: 37c384043430860f87787999aa7399d01bb3d213 Lines: 4 5 80.0 %
Date: 2024-04-20 02:24:02
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             : /*!
       7             :  * \ingroup AderGroup
       8             :  * \brief Namespace containing functions and classes for ADER
       9             :  */
      10           1 : namespace ader {
      11             : /*!
      12             :  * \brief Namespace containing functions and classes for ADER-DG
      13             :  */
      14           1 : namespace dg {}
      15             : 
      16             : /*!
      17             :  * \brief Namespace containing functions and classes for ADER-CG
      18             :  */
      19           1 : namespace cg {}
      20             : 
      21             : /*!
      22             :  * \brief Namespace containing functions and classes for ADER-CERK
      23             :  */
      24           1 : namespace cerk {}
      25             : }  // namespace ader

Generated by: LCOV version 1.14