1
0
mirror of https://github.com/gsi-upm/soil synced 2025-08-04 02:42:27 +00:00
J. Fernando Sánchez 0efcd24d90 Improve exporters
2022-10-16 21:57:30 +02:00
..
2022-10-16 21:57:30 +02:00

There are two similar implementations of this simulation.

  • basic. Using simple primites
  • improved. Using more advanced features such as the time module to avoid unnecessary computations (i.e., skip steps), and generator functions.