项目作者: rishabhstein
项目描述 :
In this code pseudo-spectral method is used to solve one-dimensional heat equation.
高级语言: C++
项目地址: git://github.com/rishabhstein/1-D-Heat-Equation.git
1-D-Heat-Equation
In this code pseudo-spectral method is used to solve one-dimensional heat equation. Before compiling this code please make sure that fftw-3.8.1 library is installed.
Please follow the following procedure for running the code.
make
./Heat
To remove the executables
make clean