BhallaLab / moose-core

C++ basecode and python scripting interface
https://moose.ncbs.res.in
GNU General Public License v3.0
15 stars 27 forks source link

More tests #369

Closed dilawar closed 5 years ago

dilawar commented 5 years ago

This PR addes few more tests specially for parser. A new random number generator rnd is added which honors global moose.seed. I also found the muParser derivative is not very precise. On dt smaller than 0.001, it produce bad results. exprtk is much more precise.