Skip to content

volpx/komput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Komput

Currently is all held up by the standard library and boost library but things could change. Good reference to undestand the code could be Learn CPP and CPP Reference.

Instructions

Lots of things have changed but should still be enough to just run make on the correct exercise.

To run the different main(s) should be enough to:

# to build
make <program_name>
# to run
./<program_name>
# to plot (if it exist)
gnuplot -persistent <program_name>.plot

Requirements

Make sure to have the following installed and/or reachable via random PATH variables:

  • make
  • g++ & gcc
  • gnuplot for plots
  • boost for additional functionalities

About

Computational Physics repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published