The literal initial packet is the sum of its oscillating high part and its angle-independent mean part. Every field below is realized by the already constructed continuous cylinder L² paths.
Time evaluation and constant extension preserve every genuine spatial word bound. Restoring a time weight uses its value at that time, retaining the source's initial alpha factor.
Freeze path, given by (ContinuousLinearMap.const ℝ K).comp (ContinuousMap.evalCLM ℝ t).
Equations
Instances For
Freeze, constructed using ofLifted.
Equations
- G.freeze t = EulerPacketCylinderField.Field.ofLifted ((EulerContinuousTimeFreeze.freezePath t) G.path) ⋯ (fun (x : ↑(Set.Icc 0 T)) => EulerCylinderSmoothOrbit.pointField P G.path ⋯ t) ⋯ ⋯ ⋯
Instances For
Time slice, defined pointwise by f (t,z.2).
Equations
- EulerPacketInitial.timeSlice t f z = f (t, z.2)
Instances For
High grade, given by assemble N (fun i => timeSlice t (a i).high) (fun i => timeSlice t (a i).corrector).
Equations
- EulerPacketInitial.highGrade N t a = EulerFiniteGrades.assemble N (fun (i : ℕ) => EulerPacketInitial.timeSlice t (a i).high) fun (i : ℕ) => EulerPacketInitial.timeSlice t (a i).corrector
Instances For
Mean grade, given by truncate N (fun i => timeSlice t (a i).mean).
Equations
- EulerPacketInitial.meanGrade N t a = EulerFiniteGrades.truncate N fun (i : ℕ) => EulerPacketInitial.timeSlice t (a i).mean
Instances For
High, given by fieldSum (N+1) κ (highGrade N t a).
Equations
- EulerPacketInitial.high N κ t a = EulerPacketPointJets.fieldSum (N + 1) κ (EulerPacketInitial.highGrade N t a)
Instances For
Mean, given by fieldSum (N+1) κ (meanGrade N t a).
Equations
- EulerPacketInitial.mean N κ t a = EulerPacketPointJets.fieldSum (N + 1) κ (EulerPacketInitial.meanGrade N t a)
Instances For
High grade field, given by Field.assembleFamily N _ _ (fun i hi => (G i hi).high.freeze t) (fun i hi => (G i hi).corrector.freeze t) n.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Mean grade field, given by Field.truncateFamily N _ (fun i hi => (G i hi).mean.freeze t) n.
Equations
- One or more equations did not get rendered due to their size.
Instances For
High field, given by Field.evaluateFamily (N+1) κ _ (highGradeField G t).
Equations
- EulerPacketInitial.highField G t κ = EulerPacketCylinderField.Field.evaluateFamily (N + 1) κ (EulerPacketInitial.highGrade N (↑t) a) (EulerPacketInitial.highGradeField G t)
Instances For
Mean field, given by Field.evaluateFamily (N+1) κ _ (meanGradeField G t).
Equations
- EulerPacketInitial.meanField G t κ = EulerPacketCylinderField.Field.evaluateFamily (N + 1) κ (EulerPacketInitial.meanGrade N (↑t) a) (EulerPacketInitial.meanGradeField G t)