SpECTRE Documentation Coverage Report
Current view: top level - Evolution - Evolution.hpp Hit Total Coverage
Commit: d0fc80462417e83e5cddfa1b9901bb4a9b6af4d6 Lines: 1 1 100.0 %
Date: 2024-03-29 00:33:31
Legend: Lines: hit not hit

          Line data    Source code
       1           1 : // Distributed under the MIT License.
       2             : // See LICENSE.txt for details.
       3             : 
       4             : /// \file
       5             : /// Documents the `evolution`, `evolution::dg`, `evolution::dg::Actions`, and
       6             : /// `evolution::dg::Initialization` namespaces
       7             : 
       8             : #pragma once
       9             : 
      10             : /// Functionality for evolving hyperbolic partial differential equations.
      11             : namespace evolution {
      12             : /// Functionality for evolving hyperbolic partial differential equations using
      13             : /// the discontinuous Galerkin method.
      14             : namespace dg {
      15             : /// %Actions for using the discontinuous Galerkin to evolve hyperbolic partial
      16             : /// differential equations.
      17             : namespace Actions {}
      18             : /// Functionality for initializing the discontinuous Galerkin to evolve
      19             : /// hyperbolic partial differential equations.
      20             : namespace Initialization {}
      21             : }  // namespace dg
      22             : }  // namespace evolution

Generated by: LCOV version 1.14