Documentation

LeanPool.NavierStokesAndEuler.Euler.TransversePacketHistoryData

Source Hessian data construct the transverse history inverse #

The additional inputs are the manuscript's literal Jacobi identity F_tt = -H F and upper Hessian bound. The full-cylinder Dirichlet inverse, its true time derivatives, and all endpoint conditions are constructed by the previously proved coercive solve. No solution is an input.

The original Hessian law and upper bound, before the actual solve.

Instances For
    @[instance_reducible]

    Cache the standard NormedSpace ℝ (U →L[ℝ] Space) instance to shorten typeclass synthesis.

    Equations
    Instances For
      @[simp]
      theorem EulerTransversePacketProvider.HistoryData.frameSecond_apply {U : Type u_1} [NormedAddCommGroup U] [InnerProductSpace U] {D : Data U} (B : HistoryData D) (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space) (v : U) :
      ((B.frameSecond t) x) v = -((B.H.field t) x) (((D.frame.field t) x) v)

      The genuine spatial-angular L² inverse data, with uniform coercivity derived from the actual inverse deformation.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        theorem EulerTransversePacketProvider.HistoryData.coefficient_frame {U : Type u_1} [NormedAddCommGroup U] [InnerProductSpace U] {D : Data U} (B : HistoryData D) (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space) (v : U) :
        ((B.coefficients.Q t) x) v = ((D.F.field t) x) (D.R v)