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
5b93c48a3a
Make JuliaFEM to use Analysis type from FEMBase
...
`Analysis` is basically doing same than `Solver` before, but has a
slighly simpler structure and is more general.
2018-01-29 23:13:41 +07:00
Jukka Aho
a24a5945a1
Fix deprecation warnings when using Julia 0.6.0
2017-08-18 17:45:52 +03: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
Jukka Aho
e46c0a1ad4
Use FEMQuad.jl to calculate quadrature rules for elements ( #134 )
2017-07-23 18:42:04 +03:00
Jukka Aho
b2be50757b
Inceased coverage ( #77 )
...
- added Xdmf() to solver for two tests to test also creating Xdmf after solution.
2017-01-21 09:57:52 +02:00
Jukka Aho
3f4bcfbf7e
fixed test
2017-01-06 07:22:09 +02:00
Jukka Aho
67ace8acdc
lot of new tests, echangement of modal solver, eigenvalue analysis with mesh tie
2016-07-27 18:12:24 +03:00
Jukka Aho
fb510e29df
analytical tests, hollow sphere and radial displacement + longitudinal vibration of rod (modal analysis)
2016-07-10 23:35:17 +03:00