项目作者: 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
创建时间: 2018-07-09T14:42:34Z
项目社区:https://github.com/rishabhstein/1-D-Heat-Equation

开源协议:GNU General Public License v3.0

下载


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