Skip to content

josephmckenna/2021_April_IOP_IntroductionToCpp_Part1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2021 April IOP Introduction To C++ Part1

Instructions tested on Ubuntu, compatability with MacOS likely to be good. On windows I would recommend install the Windows Linux Subsystem (WSL)

To build, we can use cmake:

cmake .
make

To run:

./simulation.exe

To animate, we need to have saved the output of the simulation

./simulation.exe > extras/File.txt
cd extras
python3 AnimateFigure.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published