Skip to content

v2.3.0

Compare
Choose a tag to compare
@ewu63 ewu63 released this 20 Jan 00:54
485f8c3

This release refactors the code to:

  1. Automatically generate the options documentation
  2. Make the USMesh class inherit from BaseSolver in baseclasses

The option type and value checking in BaseSolver may break backward compatibility for some run scripts. This is usually only an issue for fileType because string-type values are now case sensitive.
In addition, an error is now raised if aExp or bExp are changed from their default values.
See #38 for the full changes.