Skip to content

Thoseb2020/team01

 
 

Repository files navigation

Mass Spring System solver

Usage

After cloning first run, run in the command line:

git submodule update --init

Then build the project with cmake:

mkdir build cd build cmake .. make cd ..

You can then run and plot the mass-spring system for a given time and nr of steps automatically with the shell script "runmassspring.sh":

~/team01$ ./runmassspring.sh tend_relativetopi steps method

tend_relativetopi and steps are doubles, method is either "explicit" or "improved", for example:

~/team01$ ./runmassspring.sh 4 100 explicit

About

A package for solving ordinary differential equations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.6%
  • Jupyter Notebook 5.9%
  • CMake 1.7%
  • Other 1.8%