Documentation

LeanPool.NavierStokesAndEuler.Euler.PacketShiftArithmetic

Uniform shift room for the recursive packet estimates in the manuscript.

High shift, given by 100*p-80.

Equations
Instances For

    Mean shift, given by 100*p-140.

    Instances For
      theorem EulerPacketShiftArithmetic.slow_high_high_room (i j p : ) (hi : 1 i) (hj : 1 j) (hp : i + j = p) :
      theorem EulerPacketShiftArithmetic.slow_mean_high_room (i j p : ) (hi : 2 i) (hj : 1 j) (hp : i + j = p) :
      theorem EulerPacketShiftArithmetic.slow_mean_mean_room (i j p : ) (hi : 2 i) (hj : 2 j) (hp : i + j = p) :
      theorem EulerPacketShiftArithmetic.fast_mean_high_room (i j p : ) (hi : 2 i) (hj : 1 j) (hp : i + j = p + 1) :
      theorem EulerPacketShiftArithmetic.fast_corrector_high_room (i j p : ) (hi : 2 i) (hj : 1 j) (hp : i + j = p + 1) :
      theorem EulerPacketShiftArithmetic.fast_corrector_corrector_room (i j p : ) (hi : 2 i) (hj : 2 j) (hp : i + j = p + 1) :