Properties of Laplace Operators for Tetrahedral Meshes_circumcenter

Integrating with existing code from Properties of Laplace Operators for Tetrahedral Meshes_circumcenter.

Project URL: Properties of Laplace Operators for Tetrahedral Meshes

The original source code:

placeholder

The modified source code:

placeholder

I❤️LA source code:

l = (‖b-c‖², ‖a-c‖², ‖a-b‖²)
ba = (l₁(l₂+l₃-l₁), l₂(l₃+l₁-l₂), l₃(l₁+l₂-l₃))
cc = 1/(ba₁+ba₂+ba₃)(ba₁a+ba₂b+ba₃c)

where

a ∈ ℝ^3
b ∈ ℝ^3
c ∈ ℝ^3

I❤️LA LaTeX output: