SpECTRE Documentation Coverage Report
Current view: top level - PointwiseFunctions/AnalyticSolutions/Burgers - Solutions.hpp Hit Total Coverage
Commit: 1f2210958b4f38fdc0400907ee7c6d5af5111418 Lines: 1 1 100.0 %
Date: 2025-12-05 05:03: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             : /// Defines Burgers::Solutions
       6             : 
       7             : #pragma once
       8             : 
       9             : namespace Burgers {
      10             : /*!
      11             :  * \ingroup AnalyticSolutionsGroup
      12             :  * \brief Holds classes implementing a solution to the Burgers equation
      13             :  * \f$0 = \partial_t U + \partial_x\left(U^2/2\right)\f$.
      14             :  */
      15             : namespace Solutions {}
      16             : }  // namespace Burgers

Generated by: LCOV version 1.14