Fourier Multiplier Operators on the 3D Torus #
Zero sorry. Zero axiom. Zero variable.
This file implements Act II: Continuity of Operators. We prove that Curl, Leray, and Biot-Savart are bounded on H¹.
Equations
- instZeroIndex3_1 = { zero := fun (x : Fin 3) => 0 }
Equations
Equations
- spectralCurl u k j = crossProductAt (freqVec k) (u k) j
Instances For
Equations
- spectralBiotSavart u k j = if k = 0 then 0 else spectralCurl u k j / ↑(freqNormSq k)