SpECTRE  v2024.03.19
Burgers::Solutions Namespace Reference

Holds classes implementing a solution to the Burgers equation \(0 = \partial_t U + \partial_x\left(U^2/2\right)\). More...

Classes

class  Bump
 A solution resembling a bump. More...
 
class  Linear
 A solution that is linear in space at all times. More...
 
class  Step
 A propagating shock between two constant states. More...
 

Typedefs

using all_solutions = tmpl::list< Bump, Linear, Step >
 List of all analytic solutions.
 

Detailed Description

Holds classes implementing a solution to the Burgers equation \(0 = \partial_t U + \partial_x\left(U^2/2\right)\).