SpECTRE Documentation Coverage Report
Current view: top level - PointwiseFunctions/AnalyticSolutions/Burgers - Solutions.hpp Hit Total Coverage
Commit: 37c384043430860f87787999aa7399d01bb3d213 Lines: 1 1 100.0 %
Date: 2024-04-20 02:24:02
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