/pde-heat-explicit-euler

This is an explicit scheme to solve heat equation using explicit Euler method.

Primary LanguageFortranGNU General Public License v3.0GPL-3.0

We consider a thin bar, with length L = 1, initial temperature T_int = 0ºC with temperature at the edges respectively 0ºC and 100ºC.

USAGE: 
./heat
	 n: number of space sections
	 dt: time interval
	 t: number of iterations of time
	 alpha: coefficient of heat diffusivity