Documentation

LeanPool.NavierStokesAndEuler.Euler.MeanCoefficientPath

Spatial translation calculus for coefficients uniformly on a compact time interval.

@[instance_reducible]

Cache the standard NormedAddCommGroup (Space →ᵇ V) instance to shorten typeclass synthesis.

Equations
Instances For
    @[instance_reducible]

    Cache the standard NormedSpace ℝ (Space →ᵇ V) instance to shorten typeclass synthesis.

    Equations
    Instances For
      @[instance_reducible]

      Cache the standard NormedAddCommGroup (Space →ᵇ (Space →L[ℝ] V)) instance to shorten typeclass synthesis.

      Equations
      Instances For
        @[instance_reducible]

        Cache the standard NormedSpace ℝ (Space →ᵇ (Space →L[ℝ] V)) instance to shorten typeclass synthesis.

        Equations
        Instances For

          Translate coefficient path as an element of C(K, Space →ᵇ V).

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            Path direction, given by ⟨fun t => fieldDerivativeMap (DA t) a, ((derivativeBundling (V := V)).continuous.comp DA.continuous).clm_apply continuous_const⟩.

            Equations
            Instances For

              Actual spatial differentiation holds in the uniform time-path norm.

              @[instance_reducible]

              Cache the standard NormedAddCommGroup Field instance to shorten typeclass synthesis.

              Equations
              Instances For
                @[instance_reducible]

                Cache the standard NormedSpaceField instance to shorten typeclass synthesis.

                Equations
                Instances For
                  @[reducible, inline]
                  noncomputable abbrev EulerMeanCoefficients.translatedPath (T : ) (A : C((Set.Icc 0 T), Field)) (a : EulerSmoothLimit.Space) :

                  Translated path: an abbreviation for translateCoefficientPath A a.

                  Equations
                  Instances For
                    @[simp]
                    theorem EulerMeanCoefficients.translatedPath_apply (T : ) (A : C((Set.Icc 0 T), Field)) (a : EulerSmoothLimit.Space) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space) :
                    ((translatedPath T A a) t) x = (A t) (x + a)