Go to file
2023-09-23 15:13:24 +02:00
doc/html Update documentation 2023-09-20 16:49:55 +02:00
include Update documentation 2023-09-20 16:49:55 +02:00
latex Set up latex files and folder 2023-09-14 10:22:12 +02:00
src Finish problem 5 and 6 2023-09-23 15:13:24 +02:00
.gitignore Add Doxyfile 2023-09-20 16:42:08 +02:00
compile_flags.txt Add include dir to remove neovim errors 2023-09-14 14:53:39 +02:00
README.md Set up basic readme for repo 2023-09-14 10:20:26 +02:00

Project 2

Practical information

Compile and run

Compiling and linking is done using Make, make sure you are in the root folder. To create executable files, run shell commands

cd src/
make

To run script-name

./main

Generate plots

To generate plots, the Python scripts is run using

python3 <script-name>

The plots will be saved inside latex/images.