Physlib.SpaceAndTime.Space.Derivatives.Laplacian
5 declarations
Scalar Laplacian operator
#laplacianThe scalar Laplacian operator maps a function to another function . It is defined as the sum of the second partial derivatives of with respect to each coordinate: \[ (\Delta f)(x) = \sum_{i=0}^{d-1} \frac{\partial^2 f}{\partial x_i^2}(x) \] where (or ) denotes the second-order spatial derivative in the direction of the -th standard basis vector.
Notation for the Laplacian operator
#termΔThe symbol is defined as the notation for the Laplacian operator `laplacian`, which maps a scalar function to another function .
For any scalar-valued function , the Laplacian of is equal to the divergence of its gradient, which is expressed as (or simply ).
Vector Laplacian operator
#laplacianVecThe vector Laplacian operator maps a vector-valued function to another vector-valued function . For a vector field with components , the operator is defined component-wise as the scalar Laplacian applied to each coordinate function: \[ (\Delta \mathbf{f})(x) = (\Delta f_0(x), \Delta f_1(x), \dots, \Delta f_{d-1}(x)) \] where is the scalar Laplacian of the -th component of .
Notation for the vector Laplacian operator
#termΔ_1The notation denotes the vector Laplacian operator acting on vector-valued functions (represented as elements of a Euclidean space).
