Commit Graph

7 Commits

Author SHA1 Message Date
Jukka Aho ca7e2904cf Fix tests
* Fix deprecation warnings from tests
* Refactor tests so that ´@testset` is usually called in master file
  `runtests.jl`, not inside test file. Later on we can convert tests
  to examples.
* Syntax of tests now follow more closely syntax used currently in
  JuliaFEM. We have had earlier studies with different kind of syntaxes,
  now we have kind of explicit way to do things.
2018-09-06 13:34:26 +03:00
Jukka Aho 70dda739f9 use FEMBase v0.1.x (#185)
Lots of stuff moved from JuliaFEM.jl to FEMBase.jl.
2018-01-19 21:01:33 +07:00
Tony Kelman 4038c2f0ce Use @__DIR__ instead of Pkg.dir
this allows installing and loading the package from elsewhere
2017-08-05 12:02:00 +03:00
Olli Väinölä c3bc708f01 Ideal plasticity converged, both 2D and 3D 2016-10-28 15:46:04 +03:00
Olli 739c0cedc8 fixed 3d, since there is no dev field anymore 2016-10-09 14:51:06 +03:00
Olli e0ca5811db 3d formulation still not converging 2016-10-04 08:27:54 +03:00
Olli 662eaf2638 Added 3D formulation, no convergence yet 2016-10-03 08:47:20 +03:00