All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0 - 2019-06-28
- New option to choose Mathematica FEM solver with
Method->"NDSolve".
- Analysis time step is now adaptive (options
StartingStepSizeandMaxStepSize) instead of constant. - Default FEM mesh topology is triangular.
- All FEM mesh topologies supported by
ElementMeshare accepted.
- Option
"NoTimeSteps"is removed because time step length is now adaptive.
1.0.0 - 2019-03-07
- Cosmetic code updates
0.3.1 - 2019-03-06
- Documentation tweaks to reduce its size
- Updated project layout to be more standard
0.3.0 - 2019-01-25
- Expanded documentation
0.2.0 - 2018-12-05
- Very basic documentation
- Test support for multiple OS
0.1.0 - 2018-11-28
- Initial functionality