Documentation

LeanPool.NavierStokesAndEuler.Euler.AllOrderCorrectionData

Coherent prescribed cylinder data at every finite Sobolev order.

structure EulerAllOrderCorrectionData.CoefficientTower (period : ) [Fact (0 < period)] (T : ) :

A single actual coefficient field with genuine derivative jets and continuous multiplier action at every finite order.

Instances For
    structure EulerAllOrderCorrectionData.FieldTower (period : ) [Fact (0 < period)] (T : ) :

    A single prescribed L² path realized by actual continuous Sobolev paths at every order.

    Instances For

      Coherence of prescribed Sobolev realizations follows from genuine derivative uniqueness.

      structure EulerAllOrderCorrectionData.Data (period : ) [Fact (0 < period)] (T : ) :

      Actual all-order prescribed coefficient, approximation and residual data; no correction solution or energy estimate is contained here.

      Instances For
        def EulerAllOrderCorrectionData.Data.atOrder (period : ) [Fact (0 < period)] {T : } (A : Data period T) (q : ) :

        The literal finite-order correction data extracted from a coherent prescribed tower.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          theorem EulerAllOrderCorrectionData.Data.lower_atOrder (period : ) [Fact (0 < period)] {T : } (A : Data period T) (q : ) :
          EulerCorrectionLowerData.lowerData period (atOrder period A (q + 1)) (A.metric.jet q) (A.linear.jet q) (fun (i : Fin 3) => (A.quadratic i).jet q) = atOrder period A q

          Lowering the actual prescribed data gives exactly the next member of the same tower.

          def EulerAllOrderCorrectionData.Data.metricBudget (period : ) [Fact (0 < period)] {T : } (A : Data period T) (hT : 0 T) (K : EulerCorrectionEnergyData.MetricBudget period T hT (atOrder period A 1)) (q : ) :
          EulerCorrectionEnergyData.MetricBudget period T hT (atOrder period A (q + 1))

          A single actual inverse-metric budget applies to every finite realization of the same coefficient field.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For