No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
56def vectorLaplacian {siteCount : ℕ} (Λ : LatticeTopology siteCount) (h : ℝ)
57 (u : VectorField siteCount) (x : Fin siteCount) (i : Axis) : ℝ :=
proof body
Definition body.
58 scalarLaplacian Λ h (fun y => u y i) x
59
depends on (5)
Lean names referenced from this declaration's body.
-
Axis
in IndisputableMonolith.NavierStokes.DiscreteNSOperator
decl_use
-
LatticeTopology
in IndisputableMonolith.NavierStokes.DiscreteNSOperator
decl_use
-
scalarLaplacian
in IndisputableMonolith.NavierStokes.DiscreteNSOperator
decl_use
-
VectorField
in IndisputableMonolith.NavierStokes.DiscreteNSOperator
decl_use
-
VectorField
in IndisputableMonolith.Relativity.Geometry.Tensor
decl_use