triangleheat
Triangleheat is a term used in computational geometry and numerical simulations to describe the diffusion of heat over a surface discretized into triangular elements. In this framework, the surface is represented as a triangular mesh, and heat flow is modeled by solving a discrete heat equation on the mesh. The term emphasizes the role of triangular elements in shaping the diffusion process.
In the triangleheat model, the temperature at mesh vertices or over triangles evolves in time according to
The model respects conservation of total heat in the absence of sources or sinks and produces smoothing
Applications include real-time shading and texture mapping in computer graphics, thermal analysis in engineering, and digital
See also: heat equation, discrete Laplacian, finite element method, mesh processing.