differential_geometry.dependence.DenseTensorDependence.laplacian#
- DenseTensorDependence.laplacian(*, as_field: bool = False)#
Compute the Laplacian of the tensor field (component-wise).
This calls element_wise_laplacian() from OperatorsMixin, applying the Laplace–Beltrami operator to each component independently.
- Parameters:
as_field (
bool
, optional) – Whether to return the raw symbolic result or wrap it as a dependence object.- Returns:
The Laplacian expression or new dependence object.
- Return type:
_GenericFieldType
or_DepT