Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 718 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 718 Bytes

heat_equation

a simple heat equation code for 1D line

In physics and mathematics, the heat equation is a partial differential equation that describes how the distribution of some quantity evolves over time in a solid medium, as it spontaneously flows from places where it is higher towards places where it is lower. It is a special case of the diffusion equation.

AnimatedHeatEq

single point heat source

Consider a single touch of heat source at the center of the line :

AnimatedHeatEqPointSource