Go to file
Janita Ovidie Sandtrøen Willumsen 281261a798 Merge pull request #8 from FYS3150-G2-2023/2-solve-problem-1
Solve problem 1
2023-09-19 14:14:45 +02:00
include Set up directories for header and source 2023-09-14 10:56:45 +02:00
latex Remove compiled pdf 2023-09-19 14:04:45 +02:00
src Move main.cpp to src dir 2023-09-14 16:59:53 +02:00
.gitignore Changed back 2023-09-14 10:58:15 +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.