PhysLean Documentation

PhysLean.SpaceAndTime.Space.Derivatives.Laplacian

The Laplacian operator on Space d #

i. Overview #

In this module we define the Laplacian operator on functions and vector-valued functions defined on Space d.

ii. Key results #

iii. Table of contents #

iv. References #

A. Laplacian on functions to ℝ #

noncomputable def Space.laplacian {d : } (f : Space d) :
Space d

The scalar laplacian operator.

Equations
Instances For

    The scalar laplacian operator.

    Equations
    Instances For

      A.1. Relation between laplacian and divergence of gradient #

      B. Laplacian on vector valued functions #

      noncomputable def Space.laplacianVec {d : } (f : Space dEuclideanSpace (Fin d)) :

      The vector laplacianVec operator.

      Equations
      Instances For

        The vector laplacianVec operator.

        Equations
        Instances For