Polynomial-radius bounds for the velocity and material acceleration
of the constructed flow. The second expression is literally
(A₁ + D A · A) ∘ Φ; identifying A₁ as the time derivative is a separate
qualitative chain rule, not an assumption about its size.
Cache the standard NormedAddCommGroup (E [×n]→L[ℝ] E) instance to shorten typeclass
synthesis.
Instances For
Cache the standard NormedSpace ℝ (E [×n]→L[ℝ] E) instance to shorten typeclass synthesis.
Instances For
Cache the standard NormedAddCommGroup (E →ᵇ (E [×n]→L[ℝ] E)) instance to shorten typeclass
synthesis.
Instances For
Cache the standard NormedSpace ℝ (E →ᵇ (E [×n]→L[ℝ] E)) instance to shorten typeclass
synthesis.
Instances For
Material velocity, given by A.field t ((flowData T hT A).forward t x).
Equations
- EulerSmoothFlowGevrey.materialVelocity T hT A t x = (A.field t) ((EulerSmoothBanachFlow.flowData T hT A).forward (↑t) x)
Instances For
Acceleration field, given by A₁.field t x + fderiv ℝ (A.field t : E → E) x (A.field t x).
Equations
Instances For
Material acceleration, given by accelerationField T A A₁ t ((flowData T hT A).forward t x).
Equations
- EulerSmoothFlowGevrey.materialAcceleration T hT A A₁ t x = EulerSmoothFlowGevrey.accelerationField T A A₁ t ((EulerSmoothBanachFlow.flowData T hT A).forward (↑t) x)