Morpho-lang / morpho

The Morpho language 🦋. Morpho is a small embeddable language for scientific computing applications.
MIT License
30 stars 10 forks source link

Fixequielement #179

Closed softmattertheory closed 1 year ago

softmattertheory commented 1 year ago

Equielement now evaluates the gradient correctly — test added.

Fixed optimizer now recovers gracefully from failing to bracket stepsize, etc.

Added RectangularDomain to meshgen to easily enable creation of rectangular domains.