The arithmetic ledger for actual correction stages #
The input of cycle n has accuracy sigma n. Its physical increment has
index n+1, while a finite prefix after J cycles has accuracy sigma J.
The gain and all physical offsets below are fixed before the stage index.
This module does not assert the existence of correction cycles or their
native class estimates.
Accuracy of the state after this many correction cycles.
Instances For
The input accuracy used to construct a positive physical increment. The value at zero is unused by the positive-stage estimates.
Equations
Instances For
One common physical gain for all increment types and finite residuals.
Equations
- NavierStokes.ActualIterationLedger.gain h j = h * ↑j / 10
Instances For
The same admissible loss is used at every cycle.
Equations
- NavierStokes.ActualIterationLedger.kappa = 1 / 100000
Instances For
The native increment exponents and their physical comparison #
Conservative class for the actual wave potential. The local inverse frequency can give an additional half power, which is not needed here.
Equations
Instances For
Mean native, given by ExponentLedger.meanUpdateExponent (inputSigma j) κ.
Equations
Instances For
Offsets data, collecting wavePotential, meanStream, directAngular, wavePressure,
meanPressure.
- wavePotential : ℝ
Wave potential of
Offsets, of typeℝ. - meanStream : ℝ
Mean stream of
Offsets, of typeℝ. - directAngular : ℝ
Direct angular of
Offsets, of typeℝ. - wavePressure : ℝ
Wave pressure of
Offsets, of typeℝ. - meanPressure : ℝ
Mean pressure of
Offsets, of typeℝ.
Instances For
These five constants do not depend on an increment or derivative index.
Equations
- NavierStokes.ActualIterationLedger.offsets h = { wavePotential := h, meanStream := 0, directAngular := 0, wavePressure := 2 * NavierStokes.CoordinateAlgebra.A h, meanPressure := 0 }
Instances For
Residual indexing after a finite number of cycles #
Residual wave, given by ExponentLedger.waveExponent (sigma J).
Equations
Instances For
Residual mean, given by ExponentLedger.meanExponent (sigma J).
Equations
Instances For
The full-phase derivative cost is a fixed parameter beta, not a
stage-dependent loss.
Equations
- NavierStokes.ActualIterationLedger.residualLoss h beta m = NavierStokes.PhysicalGraphBounds.graphLoss m + 1 + (2 * NavierStokes.CoordinateAlgebra.A h + 1 / 2) + beta * ↑m
Instances For
Binding the ledger to the actual physical-stage interface #
Only native exponent metadata occur here. The physical fields, charts,
regularity and local class estimates are those in the supplied WaveData
and MeanData. The sharper potential class may be weakened to B−κ.
- wavePotential (j : ℕ) : 1 ≤ j → waveNative κ j ≤ (WA j).alpha
- meanStream (j : ℕ) : 1 ≤ j → meanNative κ j ≤ (MA j).alpha
- directAngular (j : ℕ) : 1 ≤ j → meanNative κ j ≤ (MB j).alpha
- wavePressure (j : ℕ) : 1 ≤ j → wavePressureNative κ j ≤ (WP j).alpha
- meanPressure (j : ℕ) : 1 ≤ j → meanNative κ j ≤ (MP j).alpha
Instances For
All five arithmetic premises of derived_stage_inputs are discharged
for the one explicit gain sequence. Analytic input data remain explicit.
A single fixed κ, the explicit accuracy sequence, and the explicit gain work simultaneously at every stage. No iteration is asserted here.