The literal transport and order-zero quadratic operators in the Euler correction equation.
Postcompose an actual continuous bilinear map by an actual bounded operator.
Equations
- EulerCorrectionOperators.postcompose A B = (ContinuousLinearMap.compL ℝ X Y Y) A ∘SL B
Instances For
Linearization of a quadratic term about the actual approximate solution.
Equations
- EulerCorrectionOperators.linearize B C z = B z + B.flip z + C
Instances For
The correction source is exactly the difference of the full quadratic equations.
Continuous data give continuous linearized operators.
Cache the standard NormedAddCommGroup (SobolevSpace period q) instance to shorten
typeclass synthesis.
Equations
Instances For
Cache the standard NormedSpace ℝ (SobolevSpace period q) instance to shorten typeclass
synthesis.
Equations
Instances For
Cache the standard SeminormedAddCommGroup (SobolevSpace period (q+1) →L[ℝ] SobolevSpace period (q+1) →L[ℝ] SobolevSpace period q) instance to shorten typeclass synthesis.
Equations
Instances For
The actual derivative-free coordinate product on the input Sobolev level.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The actual order-zero quadratic coefficient terms, Σ Cᵢ(uᵢ v).
Equations
- EulerCorrectionOperators.algebraicBilinear period hq C = ∑ i : Fin 3, EulerCorrectionOperators.postcompose (C i) (EulerCorrectionOperators.coordinateProduct period hq i)
Instances For
The full bilinear nonlinearity of the transformed Euler equation.
Equations
- EulerCorrectionOperators.eulerBilinear period hq L hL C = EulerSobolevTransport.transportBilinear period hq L hL + EulerCorrectionOperators.algebraicBilinear period hq C
Instances For
Actual coefficient multiplication gives precisely the classical order-zero quadratic field.