Commit Graph

27 Commits

Author SHA1 Message Date
Jukka Aho fffb0071a0 Calculate shape functions using FEMBasis.jl
A lot of code is moved to FEMBasis.jl regarding
calculating basis / shape functions of finite elements.

* add FEMBasis to REQUIRE
* remove obsolete files
* remove obsolete test files
* make integration point iterable
* loosen type definitions
* get length of element rather from basis than connectivity
* calculate midpoint of reference element
* wrong input argument to eval_basis! fixed
2017-08-05 12:03:05 +03:00
Jukka Aho 419edd97c8 add package dependency AsterReader.jl 2017-08-03 21:06:55 +03:00
Jukka Aho 19e89d432a add package dependency FEMQuad.jl 2017-08-03 20:29:19 +03:00
Jukka Aho 71f878c64f AbaqusReader.jl tagged, added to REQUIRE 2017-08-02 01:30:32 +03:00
Jukka Aho 80b0db0ec8 REQUIRE: change julia 0.5 -> 0.6 (#129) 2017-07-21 11:08:17 +03:00
Jukka Aho 64250962ad Use TimerOUtputs.jl to measure time and memory performance
- Added TimerOutputs.jl to REQUIRE file
- JuliaFEM has now TimerOutput handle `to` and function `print_statistics()` to get summary of time and memory usage
- TimerOutputs is used in LinearSolver at the moment and tested in file `test_elasticity_2d_linear_with_surface_load.jl`
2017-04-11 10:39:18 +03:00
TeroFrondelius 630013e901 Cleaning unneeded requirements: BaseTestNext 2017-01-03 10:43:44 +02:00
Tero Frondelius 82e3da8c60 Update REQUIRE
Cleaning unused packages away.
2017-01-02 20:20:05 +02:00
Tero Frondelius ff7c857424 Update REQUIRE 2017-01-02 13:38:44 +02:00
TeroFrondelius 78c5af7331 try to fix Travis CI testing 2016-12-09 11:00:27 +02:00
Jukka Aho 45f605bfc7 new style dict field, xdmf improvements 2016-08-04 13:15:19 +03:00
Jukka Aho 279abbd95c added that Formatting... 2016-07-14 13:12:47 +03:00
Jukka Aho c9fc5bf5b0 StringUtils -> Formatting 2016-07-14 13:08:11 +03:00
Jukka Aho 8ffcaefa7c added StringUtils to REQUIRE 2016-07-14 12:49:08 +03:00
Jukka Aho 6a08eede7f added DataFrames to REQUIRE 2016-07-12 06:29:36 +03:00
Jukka Aho a75aaecc97 julia v0.5 compatibility. test -> testing. new elements tri7 and wedge6. abaqus inp reading. more integration rules. 2016-07-10 04:26:21 +03:00
Jukka Aho fff0173c2d mortar tests, bug finding 2015-12-17 15:33:51 +02:00
Olli Väinölä 290f1f2c45 Update REQUIRE 2015-12-07 13:28:40 +02:00
Olli Väinölä 6acc57af1e dropped - 2015-12-07 13:25:24 +02:00
ovainola 02f4c11e45 Dropped '-' mark 2015-12-07 07:40:53 +02:00
Jukka Aho 6424b8f9f8 Update REQUIRE
Added ForwardDiff to list of required packages.
2015-10-20 19:44:07 +03:00
Jukka Aho da4b70b248 added Lint.jl check 2015-07-05 18:27:06 +03:00
ovainola e4544d2b8d Update REQUIRE 2015-06-26 18:55:48 +03:00
Jukka Aho 7ae6a5fd37 updated requirements to HDF5 2015-06-22 23:45:51 +03:00
Tero Frondelius 22ada2d423 Update REQUIRE 2015-06-22 00:02:47 +03:00
Tero Frondelius c37859c3ad Adding Docile 2015-06-20 22:34:16 +03:00
Tero Frondelius d523413daa Create REQUIRE 2015-06-20 22:03:07 +03:00