Documentation

LeanPool.NavierStokesAndEuler.Euler.TransversePacketPrimaryBudget

Additional source-only radius guards for the primary endpoint history. The forced-profile budget supplies the original coefficient and propagator bounds. These extra guards use only the unit terminal-data cost, never the terminal amplitude or a recursive derivative shift.

structure EulerTransversePacketPrimary.Budget {U : Type u_1} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] {D : EulerTransversePacketProvider.Data U} {τ : } { : 0 < τ} {hτT : τ < D.T} {B : EulerTransversePacketProvider.HistoryData (D.initial τ )} {ι : Type u_2} [Fintype ι] {q : } (L : EulerTransversePacketJoin.Budget D τ hτT B ι q) :

Budget data, collecting history_weak, history_strong, history_uniform, forward_radius.

Instances For

    Endpoint budget, bundling Rc, C₀, C₁, CH and the required compatibility proofs.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      noncomputable def EulerTransversePacketPrimary.Budget.velocityCost {U : Type u_1} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] {D : EulerTransversePacketProvider.Data U} {τ : } { : 0 < τ} {hτT : τ < D.T} {B : EulerTransversePacketProvider.HistoryData (D.initial τ )} {ι : Type u_2} [Fintype ι] {q : } {L : EulerTransversePacketJoin.Budget D τ hτT B ι q} (H : Budget L) :

      Velocity cost, given by H.endpointBudget.velocityCost + 3*sobolevCoefficientAmplitude ι q L.Rc L.C₀.

      Equations
      Instances For
        noncomputable def EulerTransversePacketPrimary.Budget.derivativeCost {U : Type u_1} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] {D : EulerTransversePacketProvider.Data U} {τ : } { : 0 < τ} {hτT : τ < D.T} {B : EulerTransversePacketProvider.HistoryData (D.initial τ )} {ι : Type u_2} [Fintype ι] {q : } {L : EulerTransversePacketJoin.Budget D τ hτT B ι q} (H : Budget L) :

        Derivative cost, given by H.endpointBudget.derivativeCost + physicalCost ι q L.Ri L.C₀ L.C₁ 0 1.

        Equations
        Instances For