fossilfree / numerous

Numerous - an object-oriented modelling and simulation engine.
https://numerous.com
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

General #101

Open DavideDC9 opened 2 years ago

DavideDC9 commented 2 years ago

Would be useful to have a brief description on top of each file to understand better what it does. e.g :

-- coding: utf-8 --

""" Example of simulation of a bouncing ball.

The bouncing ball trajectory is calculated for boundary condition of
............................................................................ Then, the velocity
............................................ variations resulting from a time-varying solver  
are simulated using the ....................... method of ............................................).

""" import matplotlib.pyplot as plt import numpy as np from scipy.constants import pi