Integrators template implementation Now any data type which has the following operators overloading is integrable:
- T::+=(T)
- *(T, double)
- T::>=(double)
Implemented integrators are:
- Euler-Cromer
- Newmark
ancarola | Mar 30 2018, 08:33 |
ancarola | Mar 30 2018, 08:38 |