Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.57 KB

File metadata and controls

64 lines (38 loc) · 1.57 KB

Changelog

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

Added

  • New option to choose Mathematica FEM solver with Method->"NDSolve".

Changed

  • Analysis time step is now adaptive (options StartingStepSize and MaxStepSize) instead of constant.
  • Default FEM mesh topology is triangular.
  • All FEM mesh topologies supported by ElementMesh are accepted.

Removed

  • Option "NoTimeSteps" is removed because time step length is now adaptive.

1.0.0 - 2019-03-07

Changed

  • Cosmetic code updates

0.3.1 - 2019-03-06

Fixed

  • Documentation tweaks to reduce its size
  • Updated project layout to be more standard

0.3.0 - 2019-01-25

Changed

  • Expanded documentation

0.2.0 - 2018-12-05

Added

  • Very basic documentation
  • Test support for multiple OS

0.1.0 - 2018-11-28

Added

  • Initial functionality