Documentation

LeanPool.NavierStokesAndEuler.Euler.Foundations.VectorCalculus

Vector Calculus #

The ordinary coordinate derivative, evaluated using the Fréchet derivative.

Equations
Instances For

    The three-dimensional curl of a vector potential in standard coordinates.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[simp]
      theorem EulerVectorCalculus.curl_apply (ψ : Fin 3EulerSmoothLimit.Space) (x : EulerSmoothLimit.Space) (i : Fin 3) :
      (curl ψ x).ofLp i = partialDerivative (ψ (i + 2)) (i + 1) x - partialDerivative (ψ (i + 1)) (i + 2) x
      theorem EulerVectorCalculus.contDiff_curl (ψ : Fin 3EulerSmoothLimit.Space) ( : ∀ (i : Fin 3), ContDiff (↑) (ψ i)) :
      ContDiff (↑) (curl ψ)
      theorem EulerVectorCalculus.tsupport_curl_subset (ψ : Fin 3EulerSmoothLimit.Space) (K : Set EulerSmoothLimit.Space) (hK : IsClosed K) ( : ∀ (i : Fin 3), tsupport (ψ i)K) :
      tsupport (curl ψ)K
      theorem EulerVectorCalculus.odd_curl_of_even (ψ : Fin 3EulerSmoothLimit.Space) ( : ∀ (i : Fin 3), Differentiable (ψ i)) (heven : ∀ (i : Fin 3) (x : EulerSmoothLimit.Space), ψ i (-x) = ψ i x) (x : EulerSmoothLimit.Space) :
      curl ψ (-x) = -curl ψ x

      The vector potential -x × (L x) / 3 in cyclic coordinates.

      Equations
      Instances For
        theorem EulerVectorCalculus.curl_congr_nhds (ψ φ : Fin 3EulerSmoothLimit.Space) (x : EulerSmoothLimit.Space) (h : ∀ (i : Fin 3), ψ i =ᶠ[nhds x] φ i) :
        curl ψ x = curl φ x

        A trace-free linear velocity has an odd, smooth, compactly supported, divergence-free extension from any prescribed ball.