PtFEM / PtFEM.jl

"Programming the Finite Element Method" by I M Smith, D V Griffiths and L Margetts
http://www.wiley.com/WileyCDA/WileyTitle/productCd-1119973341.html
Other
46 stars 16 forks source link

Tag PtFEM v1.1.0 - Added explicit(?) upper bounds, hence needed a minor update. #12

Closed goedman closed 4 years ago

goedman commented 4 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 4 years ago

Registration pull request created: JuliaRegistries/General/6072

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.0 -m "<description of version>" da0700e5855310bd45b958bddefd73177221fd15
git push origin v1.1.0