The pressure entry contains only actual space/angle derivatives used by the PDE.
Actual PDE jets on a closed time interval. Time derivatives are within the interval, while space and angle derivatives are ordinary Fréchet derivatives. No smooth extension across a time endpoint is assumed.
Spatial domain: an abbreviation for Space × ℝ.
Equations
Instances For
Join derivative, given by (ContinuousLinearMap.fst ℝ ℝ SpatialDomain).smulRight v + D.comp (ContinuousLinearMap.snd ℝ ℝ SpatialDomain).
Equations
Instances For
Sliced jet, given by (f z, joinDerivative (derivWithin (fun t => f (t,z.2)) s z.1) (fderiv ℝ (fun y => f (z.1,y)) z.2)).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The time entry is the derivative furnished by the actual interval evolution.
The unused time slot is zero: no time derivative of the scalar potential is required.
Equations
- EulerPacketPointJets.pressureJet p z = (p z, EulerPacketPointJets.joinDerivative 0 (fderiv ℝ (fun (y : EulerPacketPointJets.SpatialDomain) => p (z.1, y)) z.2))