Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 302 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 302 Bytes

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