Documentation

LeanPool.NavierStokesAndEuler.Euler.ParentParticleInverse

The inverse carried by the physical particle map. Preservation of volume follows from the actual determinant, and both time restriction and the packet child propagate the two inverse laws.

Particle inverse data, collecting field, left_inverse, right_inverse, continuous.

Instances For

    Normalized, given by A.packetInverse I.field (t,x).

    Equations
    Instances For

      Restrict time, bundling field, left_inverse, right_inverse, continuous.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        noncomputable def EulerParentPacketFrames.ParticleInverse.child {A : Parent} (I : ParticleInverse A) {P : } [Fact (0 < P)] (G : EulerPhysicalGraphFlowBounds.Data P A.T) (k : ) (m : EulerSmoothLimit.Space) (hgraph : ∀ (t : (Set.Icc 0 A.T)) (z : EulerLiftedGradientSpace.LiftTangent), (EulerGraphInvariantFlow.graphConstraint k m) ((G.A.field t) z) = 0) (nextEll : ) (hnext : 0 < nextEll) (hnext1 : nextEll 1) :
        ParticleInverse (A.child G k m hgraph nextEll hnext hnext1)

        Child, bundling field, left_inverse, right_inverse, continuous.

        Equations
        • I.child G k m hgraph nextEll hnext hnext1 = { field := A.childInverse G k m I.field, left_inverse := , right_inverse := , continuous := }
        Instances For