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