Forward Finite Difference implemented in C++
git clone https://github.com/siennatariman/forward-finite-difference-cpp.git
macOS:
- open
forward-difference.xcodeprojto launch project with Xcode - press the Run button
Windows Terminal:
- open the command line and traverse to the
forward-finiate-difference-cpp/forward-differencedirectory wheremain.cppis located - then compile:
gcc main.cpp -o ffdOutput.exe(wherein an executable file namedffdOutput.exewill be created) - and run:
ffdOutput.exe