JuliaFEM / JuliaFEM.jl

The JuliaFEM software library is a framework that allows for the distributed processing of large Finite Element Models across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.
http://juliafem.github.io/JuliaFEM.jl/latest/
MIT License
250 stars 66 forks source link

Use @__DIR__ instead of Pkg.dir #144

Closed tkelman closed 7 years ago

tkelman commented 7 years ago

this allows installing and loading the package from elsewhere

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 90.626% when pulling 59e26311e09897e0831d8f7cd091bb28c486a944 on tkelman:nopkgdir into 3cc43fafd2958668a2e80b372167a0c85de2f393 on JuliaFEM:master.

ahojukka5 commented 7 years ago

Thank you