Skip to content

Releases: JuliaFEM/MortarContact2DAD.jl

Make package Julia v0.7 and v1.0 compatible

03 Sep 09:08
Compare
Choose a tag to compare
Small fixes to 0.2.0 version

* Fix one deprecated syntax `info`
* Do not allow to fail on Julia v1.0.0

v0.1.0

05 Jul 08:19
Compare
Choose a tag to compare
Fix deprecations (#5)

v0.0.2: Do not export all functions (#1)

16 May 18:55
a923ae4
Compare
Choose a tag to compare
Four functions (`add_master_elements!`, `add_slave_elements!`, `get_master_elements`, `get_slave_elements`) are dispatched from `FEMBase.jl` to avoid name conflicts. Also fix license header for one file.

Initial release

06 May 10:13
Compare
Choose a tag to compare
Initial commit

Set up package structure and add initial code from JuliaFEM.jl. Needs
refactoring + testing.