Documentation

Atlas.IntroductionToPartialDifferentialEquations.code.CM19.BurgersCharacteristic

structure BurgersCharacteristicCurves (u : ) (γ_t γ_x : ) :

The defining ODE system for a characteristic curve $(\gamma_t, \gamma_x)$ of Burger's equation $\partial_t u + u\,\partial_x u = 0$ (Definition 2.0.1): $\tfrac{d}{ds}\gamma_t = 1$ and $\tfrac{d}{ds}\gamma_x = u(\gamma_t(s), \gamma_x(s))$.

Instances For
    structure BurgersCharacteristicPaired (u : ) (γ : × ) :

    Same as BurgersCharacteristicCurves, but packaged with a single curve $\gamma : \mathbb{R} \to \mathbb{R} \times \mathbb{R}$ whose two components play the role of $\gamma_t$ and $\gamma_x$.

    Instances For